Description Usage Arguments Value Examples
Plot a multivariate time series of occurrence
1 | plot_multi(x, ..., trans = "identity")
|
x |
data.frame with a column called |
... |
columns to plot, specified in a way compatible with |
trans |
name of a transformation function applied to y axis. Exemples are "identity" for no transformation "sqrt" for square root, "log10" for log in base 10, "log1p" for log(n+1). |
A ggplot2 plot.
1 2 3 | plot_multi(ost, benthic:planktonic)
plot_multi(ost, benthic:planktonic, trans="sqrt")
plot_multi(ost, benthic:planktonic, trans="log1p")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.