Learn R Programming

phylodyn (version 0.9.0)

mesa_traj: Mesa trajectory

Description

Mesa trajectory

Usage

mesa_traj(t, a = 2, b = 3)

Arguments

t
numeric vector of times at which to evaluate the trajectory function.
a
numeric radius of the mesa.
b
numeric exponential slope of the mesa "walls".

Value

A vector containing the trajectory value corresponding to every element in t.

Examples

Run this code
mesa_traj(0:20)

Run the code above in your browser using DataLab