Learn R Programming

phylodyn (version 0.9.0)

logistic_traj: Seasonal logistic trajectory

Description

Seasonal logistic trajectory

Usage

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

Run this code
unif_traj(0:12)

Run the code above in your browser using DataLab