Accessor function to extract selected bounds

Bounds(object)

Arguments

object

the output of either the process or deconvolve functions

Value

Temperature bounds of the data in the object

Examples

data(juncus) tmp <- process(juncus, 'temp_C', 'mass_loss', 18.96, temp_type = 'C') Bounds(tmp)
#> [1] 31.505 798.515