plot_phase_portrait: Title

Description Usage Arguments Value

View source: R/plot_phase_portrait.R

Description

Plots the phase plane or portrait of a 2-dimensional or 3-dimensional solution to a ODE system. Otherwise the user can specify which variables of a higher-dimensional system to plot in a phase-portrait.

Usage

1
plot_phase_portrait(sol, states = NULL)

Arguments

sol

solution object returned from ode, ode1, etc.

states

vector of column indexes: must be of length 2 or 3 and contain numbers greater than 2

Value

null


shill1729/odeSolveR documentation built on March 31, 2021, 10:52 a.m.