| is.mcgf | R Documentation |
mcgf object.Check if an object is an mcgf object.
is.mcgf(x)
x |
An Object. |
Logical; TRUE if x is of the mcgf class
data(sim1)
is.mcgf(sim1)
sim1_mcgf <- mcgf(sim1$data, dists = sim1$dists)
is.mcgf(sim1_mcgf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.