Accessor function to extract selected temperature bounds
temp_bounds(object)
object | the output of either the process or deconvolve functions |
---|
Temperature bounds of the data in the object
data(juncus) tmp <- process(juncus, init_mass = 18.96, temp = 'temp_C', mass_loss = 'mass_loss') temp_bounds(tmp)#> [1] 31.505 798.515