merge.mark: Merge mark model objects and lists of mark model objects

View source: R/merge.mark.r

merge.markR 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


RMark documentation built on Aug. 14, 2022, 1:05 a.m.

Related to merge.mark in RMark...