plot_phase | R Documentation |
Provides convenience function to plot simulation trajectory of result from one run in 2-D phase space.
plot_phase(df_result, x, y, time = NULL)
df_result |
Data frame containing results to plot |
x |
Column to plot as X-axis |
y |
Column to plot as Y-axis |
time |
Column to color the trajectory |
ggplot object of phase portrait
vignette("clock-models", "clockSim")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.