plot.light_ice | R Documentation |
Minimal visualization of an object of class "light_ice" as ggplot2::geom_line()
.
The object returned is of class "ggplot" and can be further customized.
## S3 method for class 'light_ice'
plot(x, facet_scales = "fixed", rotate_x = FALSE, ...)
x |
An object of class "light_ice". |
facet_scales |
Scales argument passed to |
rotate_x |
Should x axis labels be rotated by 45 degrees? |
... |
Further arguments passed to |
Each observation is visualized by a line. The first "by" variable is represented by the color, a second "by" variable or a multiflashlight by facets.
An object of class "ggplot".
light_ice()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.