integrated_process: An integrated process object

Description Usage Arguments Value Examples

Description

An integrated_process object contains the underlying process model for an integrated population analysis

Usage

 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, ...)

Arguments

type

something

classes

something

structure

something

density_dependence

something

replicates

number of distinct populations

...

additional arguments

Value

An object of class integrated_process, which can be passed to integrated_data and integrated_model

Examples

 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)

jdyen/integrated.pkg documentation built on May 7, 2019, 8:44 a.m.