trim {partDSA}R Documentation

trim

Description

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

Usage

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.


[Package partDSA version 0.9.14 Index]