View source: R/as-ypr-ecotypes.R
as_ypr_ecotypes | R Documentation |
Coerce to an Ecotypes Object
as_ypr_ecotypes(x, ...) ## S3 method for class 'data.frame' as_ypr_ecotypes(x, ...) ## S3 method for class 'ypr_population' as_ypr_ecotypes(x, ...) ## S3 method for class 'ypr_populations' as_ypr_ecotypes(x, ...) ## S3 method for class 'ypr_ecotypes' as_ypr_ecotypes(x, ...)
x |
The object to coerce. |
... |
Additional arguments. |
An object of class ypr_ecotypes.
as_ypr_ecotypes(data.frame)
: Coerce a data.frame to an Ecotypes Object
as_ypr_ecotypes(ypr_population)
: Coerce a Population Object to an Ecotypes Object
as_ypr_ecotypes(ypr_populations)
: Coerce a Populations Object to an Ecotypes Object
as_ypr_ecotypes(ypr_ecotypes)
: Coerce an Ecotypes Object to an Ecotypes Object
Other ecotypes:
ypr_ecotypes()
as_ypr_ecotypes(as.data.frame(ypr_ecotypes(Ls = c(10, 15, 20)))) as_ypr_ecotypes(ypr_population()) as_ypr_ecotypes(ypr_populations(Ls = c(10, 15, 20))) as_ypr_ecotypes(ypr_ecotypes(Ls = c(10, 15, 20)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.