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)

phylodyn documentation built on May 29, 2017, 1:28 p.m.