Learn R Programming

ypr (version 0.6.0)

ypr_names: Population(s) or Ecotype Names

Description

Generates set of unique names based on differences in parameter values.

Usage

ypr_names(x, ...)

# S3 method for ypr_population ypr_names(x, ...)

# S3 method for ypr_populations ypr_names(x, ...)

# S3 method for ypr_ecotypes ypr_names(x, ...)

Value

A character vector of the unique parameter based names.

Arguments

x

An object of class ypr_population, ypr_populations or ypr_ecotypes.

...

Unused.

Methods (by class)

  • ypr_names(ypr_population): Population Names

  • ypr_names(ypr_populations): Populations Names

  • ypr_names(ypr_ecotypes): Ecotypes Names

Details

Parameter RPR is ignored because it is irrelevant to population(s) and does not distinguish between ecotypes.

Examples

Run this code
ypr_names(ypr_population())
ypr_names(ypr_populations())
ypr_names(ypr_populations())

Run the code above in your browser using DataLab