plot_phase {clockSim} | R Documentation |
2-D phase potrait plot
Description
Provides convenience function to plot simulation trajectory of result from one run in 2-D phase space.
Usage
plot_phase(df_result, x, y, time = NULL)
Arguments
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 |
Value
ggplot object of phase portrait
Examples
vignette("clock-models", "clockSim")
[Package clockSim version 0.1.2 Index]