View source: R/stats.clim.twd.R
| plot.clim_twd_test | R Documentation |
Plots the data used in clim.twd.test() as grouped boxplots with jittered
observations, faceted by stratum when applicable.
## S3 method for class 'clim_twd_test'
plot(
x,
y = NULL,
show_points = TRUE,
facet = TRUE,
legend_position = "none",
main = NULL,
...
)
x |
An object of class |
y |
Unused. |
show_points |
Logical. If |
facet |
Logical. If |
legend_position |
Legend position. |
main |
Optional plot title. |
... |
Further arguments passed to or from other methods. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.