plot.ice {hstats} | R Documentation |
Plots "ice" Object
Description
Plot method for objects of class "ice".
Usage
## 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,
...
)
Arguments
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 |
Value
An object of class "ggplot".
See Also
See ice()
for examples.