unif_traj: Uniform trajectory.

Description Usage Arguments Value Examples

View source: R/trajectories.R

Description

Uniform trajectory.

Usage

1
unif_traj(t, level = 100)

Arguments

t

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

level

numeric. The value to return at all values t.

Value

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

Examples

1
unif_traj(0:10, level=5)

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