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, ...)
Details
Parameter RPR is ignored because it is irrelevant to population(s) and does not distinguish between ecotypes.
Methods (by class)
ypr_names(ypr_population)
: Population Namesypr_names(ypr_populations)
: Populations Namesypr_names(ypr_ecotypes)
: Ecotypes Names
Examples
ypr_names(ypr_population())
#> [1] "Pop_1"
ypr_names(ypr_populations())
#> [1] "Pop_1"
ypr_names(ypr_populations())
#> [1] "Pop_1"