ypr_names | R Documentation |
Generates set of unique names based on differences in parameter values.
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, ...)
x |
An object of class ypr_population, ypr_populations or ypr_ecotypes. |
... |
Unused. |
Parameter RPR is ignored because it is irrelevant to population(s) and does not distinguish between ecotypes.
A character vector of the unique parameter based names.
ypr_names(ypr_population)
: Population Names
ypr_names(ypr_populations)
: Populations Names
ypr_names(ypr_ecotypes)
: Ecotypes Names
ypr_names(ypr_population()) ypr_names(ypr_populations()) ypr_names(ypr_populations())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.