is.PPP_Model | R Documentation |
Checks if the class of an object is 'PPP_Model'
is.PPP_Model(x)
x |
Object to be checked. |
PPPM <- PPP_Model(2, c(1000,2000), c(1,2), dispersion = 2)
PPPM
is.valid.PPP_Model(PPPM)
PPPM$alpha <- 2
is.valid.PPP_Model(PPPM)
is.PPP_Model(PPPM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.