listCharts | R Documentation |
listCharts
prints a list of IDs of all existing charts and layers.
This function is wrapper around method listCharts
of class LCApp
.
listCharts()
## Not run: noise <- rnorm(30)
x <- seq(-4, 4, length.out = 30)
lc_scatter(dat(x = x,
y = sin(x) + noise,
colourValue = noise),
chartId = "plot", layerId = "points")
lc_line(dat(x = x, y = sin(x)), chartId = "plot", addLayer = TRUE)
lc_colourSlider(chart = "plot", layer = "points")
listCharts()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.