is.valid.PPP_Model | R Documentation |
Checks if an object is a PPP_Model object and whether it is valid for the use in functions like Layer_Mean
is.valid.PPP_Model(x, comment = FALSE)
x |
Object to be checked. |
comment |
If FALSE then the function returns a boolean indicating whether |
PPPM <- PPP_Model(2, c(1000,2000), c(1,2), dispersion = 2)
PPPM
is.valid.PPP_Model(PPPM)
is.valid.PPP_Model(PPPM, comment = TRUE)
PPPM$alpha <- 2
is.valid.PPP_Model(PPPM)
is.valid.PPP_Model(PPPM, comment = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.