ypr_names: Population(s) or Ecotype Names

View source: R/names.R

ypr_namesR Documentation

Population(s) or Ecotype Names

Description

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

Usage

ypr_names(x, ...)

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

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

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

Arguments

x

An object of class ypr_population, ypr_populations or ypr_ecotypes.

...

Unused.

Details

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

Value

A character vector of the unique parameter based names.

Methods (by class)

  • ypr_names(ypr_population): Population Names

  • ypr_names(ypr_populations): Populations Names

  • ypr_names(ypr_ecotypes): Ecotypes Names

Examples

ypr_names(ypr_population())
ypr_names(ypr_populations())
ypr_names(ypr_populations())

poissonconsulting/ypr documentation built on April 4, 2023, 8:35 p.m.