trim: trim

View source: R/algAlone2.R

trimR 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.


partDSA documentation built on July 8, 2026, 9:06 a.m.