Learn R Programming

partDSA (version 0.8.5)

trim: 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, \dots)
## S3 method for class 'dsa':
trim(object, cut.off.growth, \dots)

Arguments

object
partDSA or dsa object to be trimmed.
cut.off.growth
number of the level to trim to.
...
unused.