Learn R Programming

treeclim (version 1.0.13)

exclude_from: Exclude months from analysis

Description

Single months or ranges of months can be excluded from analysis. This is helpful for e.g. excluding winter months without cambial activity.

Usage

exclude_from(month, exclude = NULL)

exfr(month, exclude = NULL)

Arguments

month
range of numeric month ids
exclude
range or set of months to exclude

Value

  • a reduced set of numeric month ids

See Also

link{.range}, link{.mean}, link{.sum}

Examples

Run this code
exfr(-5:10, -10:3)

Run the code above in your browser using DataLab