merge.mark {RMark}R Documentation

Merge mark model objects and lists of mark model objects

Description

Merge an unspecified number of marklist and mark model objects into a single marklist with an optional table of model results if table=TRUE.

Usage

## S3 method for class 'mark'
merge(...,table=TRUE)

Arguments

...

an unspecified number of marklist and/or mark model objects

table

if TRUE, a table of model results is also included in the returned list

Value

model.list: a list of mark models and optionally a table of model results.

Author(s)

Jeff Laake

See Also

collect.models,remove.mark,run.models,model.table,dipper

Examples


# see example in dipper


[Package RMark version 3.0.0 Index]