plot_phase: 2-D phase potrait plot

View source: R/tools.R

plot_phaseR 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")

clockSim documentation built on April 11, 2025, 5:40 p.m.