Description Usage Arguments Value Examples
An integrated_process
object contains the underlying process model
for an integrated population analysis
1 2 3 4 5 6 7 8 9 10 | integrated_process(type, classes, structure = "stage",
density_dependence = "none", replicates = 1, params = list())
is.integrated_process(model)
## S3 method for class 'integrated_process'
print(x, ...)
## S3 method for class 'integrated_process'
summary(object, ...)
|
type |
something |
classes |
something |
structure |
something |
density_dependence |
something |
replicates |
number of distinct populations |
... |
additional arguments |
An object of class integrated_process
, which can be passed to
integrated_data and integrated_model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | library(integrated)
# prepare an example model
mpm_process <- integrated_process(type = 'MPM')
# check if an object is an integrated_process object
## Not run:
is.integrated_process(model)
## End(Not run)
# Print information about an 'integrated_process' object
## Not run:
print(x)
## End(Not run)
# Summarise an 'integrated_process' object
## Not run:
summary(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.