Description Usage Arguments Examples
Checks if an object is a PGP_Model object and whether it is valid for the use in functions like Layer_Mean
1 | is.valid.PGP_Model(x, comment = FALSE)
|
x |
Object to be checked. |
comment |
If FALSE then the function returns a boolean indicating whether |
1 2 3 4 5 6 7 8 | PGPM <- PGP_Model(2, 1000, 1, 2, dispersion = 2)
PGPM
is.valid.PGP_Model(PGPM)
is.valid.PGP_Model(PGPM, comment = TRUE)
PGPM$alpha_tail <- -2
is.valid.PGP_Model(PGPM)
is.valid.PGP_Model(PGPM, comment = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.