logistic_traj: Seasonal logistic trajectory

Description Usage Arguments Value Examples

View source: R/trajectories.R

Description

Seasonal logistic trajectory

Usage

1
logistic_traj(t, offset = 0, a = 2)

Arguments

t

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

offset

numeric. By default t=0 is a local maximum. Offset is added to t to allow t=0 to represent a different point in the cycle.

a

numeric slopedness parameter.

Value

A vector containing a value of level for every element in t.

Examples

1
unif_traj(0:12)

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