Description Usage Arguments Value Examples
Visualize a long data.table such as the one generated by multi_sims.
1 2 |
data |
data.table in long format |
x |
column name of x axis (typically time) |
y |
column name of y axis (typically measurements) |
group |
column name of grouping (typically ID of a trajectory) |
use.facet |
logical, if TRUE use facet to give a second grouping. |
facet |
column name of second grouping for facetting |
alpha |
numeric, set transparency of curves |
plot |
logical, whether to plot the output |
A ggplot object.
1 2 | x <- multi_sims(type = "ps", noises = seq(0.5, 2, 0.5), n = 10, freq = 0.5, end = 30)
plot_sim(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.