Learn R Programming

ypr (version 0.6.0)

ypr_ecotypes: Create Ecotypes Object

Description

Creates an ypr_ecotypes object.

Usage

ypr_ecotypes(..., names = NULL)

Value

An ypr_ecotypes() objects

Arguments

...

Unused parameters.

names

A character vector of unique ecotype names.

See Also

Other ecotypes: as_ypr_ecotypes()

Examples

Run this code
ypr_ecotypes(Linf = c(1, 2))
ypr_ecotypes(Linf = c(1, 2), t0 = c(0, 0.5))

Run the code above in your browser using DataLab