trim: trim

Description Usage Arguments

Description

trim is used to trim, or prune, the model object returned by the partDSA function.

Usage

1
2
3
4
5
trim(object, ...)
## S3 method for class 'partDSA'
trim(object, cut.off.growth, ...)
## S3 method for class 'dsa'
trim(object, cut.off.growth, ...)

Arguments

object

partDSA or dsa object to be trimmed.

cut.off.growth

number of the level to trim to.

...

unused.


partDSA documentation built on May 2, 2019, 4:20 a.m.