hcspark function

Shortcut to make spkarlines

Shortcut to make spkarlines

hcspark(x = NULL, type = NULL, ...)

Arguments

Examples

set.seed(123) x <- cumsum(rnorm(10)) hcspark(x) hcspark(x, "columnn") hcspark(c(1, 4, 5), "pie") hcspark(x, type = "area")