exp_traj: Exponential trajectory

Description Usage Arguments Value Examples

View source: R/trajectories.R

Description

Exponential trajectory

Usage

1
exp_traj(t, scale = 1000, rate = 1)

Arguments

t

numeric vector of times at which to evaluate the trajectory function.

scale

value to return at t=0.

rate

exponential decay rate.

Value

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

Examples

1
exp_traj(0:10, scale = 100, rate = 0.5)

mdkarcher/phylodyn documentation built on Nov. 24, 2021, 12:20 a.m.