R/Bounds.R
Bounds.Rd
Accessor function to extract selected bounds
Bounds(object)
the output of either the process or deconvolve functions
Temperature bounds of the data in the object
data(juncus) tmp <- process(juncus, 'temp_C', 'mass_loss', 18.96, temp_type = 'C') Bounds(tmp)#> [1] 31.505 798.515