Description Usage Arguments Value
View source: R/plot_trajectories.R
Function for plotting trajectories of the solution to an ODE system.
1 2 3 4 5 6 | plot_trajectories(
sol,
legend_names = NULL,
legend_loc = "topright",
legend_size = 0.9
)
|
sol |
solution to plot, object returned from |
legend_names |
optional, will otherwise use the names given to |
legend_loc |
where to place the legend: "topleft", "topright", etc. |
legend_size |
number between 0 and 1 for scaling the legend box |
null
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.