plot.ice | R Documentation |
Plot method for objects of class "ice".
## S3 method for class 'ice'
plot(
x,
center = FALSE,
alpha = 0.2,
color = getOption("hstats.color"),
swap_dim = FALSE,
viridis_args = getOption("hstats.viridis_args"),
facet_scales = "fixed",
rotate_x = FALSE,
...
)
x |
An object of class "ice". |
center |
Should curves be centered? Default is |
alpha |
Transparency passed to |
color |
Color of lines and points (in case there is no color/fill aesthetic).
The default equals the global option |
swap_dim |
Swaps between color groups and facets. Default is |
viridis_args |
List of viridis color scale arguments, see
|
facet_scales |
Value passed as |
rotate_x |
Should x axis labels be rotated by 45 degrees? |
... |
Passed to |
An object of class "ggplot".
See ice()
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.