Learn R Programming

phylodyn (version 0.9.0)

unif_traj: Uniform trajectory.

Description

Uniform trajectory.

Usage

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

Run this code
unif_traj(0:10, level=5)

Run the code above in your browser using DataLab