Learn R Programming

ypr (version 0.6.0)

check_ecotypes: Check Ecotypes

Description

Checks if an ypr_ecotypes object with valid parameter values.

Usage

check_ecotypes(x, x_name = NULL)

Value

An informative error if the test fails or an invisible copy of x.

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

See Also

Other check: check_populations(), check_population()

Examples

Run this code
check_ecotypes(ypr_ecotypes())

Run the code above in your browser using DataLab