The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
myIO’s sparkline mode renders compact, axes-free charts at 20px
height, ideal for embedding inline in table cells. Enable it with
sparkline = TRUE:
df <- data.frame(x = 1:12, y = c(4, 6, 5, 8, 7, 9, 6, 10, 8, 11, 9, 12))
# Line sparkline
myIO(df, sparkline = TRUE) |>
addIoLayer("line", label = "line", mapping = list(x_var = "x", y_var = "y"))
# Bar sparkline
myIO(df, sparkline = TRUE) |>
addIoLayer("bar", label = "bars", mapping = list(x_var = "x", y_var = "y"))
# Area sparkline
myIO(df, sparkline = TRUE) |>
addIoLayer("area", label = "area", mapping = list(x_var = "x", y_var = "y"))line, bar, and
area typesThese binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.