traj_plot: Plots to correspond with integrateODE()

Description Usage Arguments

View source: R/traj_plot.R

Description

Utilities to work with solutions to ODEs as generated by integrateODE

Usage

1
traj_plot(one, two, soln, npts = 500, nt = 5, domain = NULL, ...)

Arguments

one

a formula describing the plot, e.g. B(t) ~ R(t) or B(t) ~ t or a ggplot object

two

placeholder for handling when one is a ggplot object

soln

the solution as produced by integrateODE()

npts

number of plotted points (default: 500)

nt

number of tick marks to use in a trajectory plot

domain

Optional list like domain=domain(t=c(0,100)). By default, this will be inferred from soln


dtkaplan/mosaicUSAFA documentation built on Aug. 21, 2021, 10:37 p.m.