Description Usage Arguments Value Author(s) Examples
View source: R/is_population.R
The function determinines if the object is a population or not
1 |
x |
the object which must be a population to validate the condition |
a logical "TRUE" or "FALSE"
Cresciense Lecaude
1 2 3 | p <- population('example', 2, 0.5, 10)
is_population(p) # Returns TRUE
is_population(4) # Returns FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.