is.ypr_population | R Documentation |
Tests if is a Population, Populations or Ecotypes
is.ypr_population(x) is_ypr_population(x) is.ypr_populations(x) is_ypr_populations(x) is.ypr_ecotypes(x) is_ypr_ecotypes(x)
x |
The object to test. |
is_ypr_population()
: Test if is a Population
is.ypr_populations()
: Test if is a Populations
is_ypr_populations()
: Test if is a Populations
is.ypr_ecotypes()
: Test if is an Ecotypes
is_ypr_ecotypes()
: Test if is an Ecotypes
is.ypr_population(ypr_population()) is_ypr_population(ypr_population()) is.ypr_populations(ypr_populations()) is_ypr_population(ypr_populations()) is.ypr_ecotypes(ypr_ecotypes()) is_ypr_ecotypes(ypr_ecotypes())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.