Description Usage Arguments Value See Also Examples
emulsify emulsifies a population, demulsify demulsifies a population, and is_emulsified indicates whether or not a population is
emulsified
1 2 3 4 5 | emulsify(population)
demulsify(population)
is_emulsified(population)
|
population |
An emulsifyr population |
emulsify returns an emulsified population
demulsify TODO
is_emulsified returns a logical value indicating whether
the population is emulsified (TRUE) or not (FALSE).
1 2 3 4 | ## Not run:
p1 <- create_population(size = 1e6, ndroplets = 1e4, prop_yield = 0.5)
p1_emulsified <- emulsify(population = p1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.