temp_bounds: Accessor function to extract selected temperature bounds

Description Usage Arguments Value Examples

Description

Accessor function to extract selected temperature bounds

Usage

1
temp_bounds(object)

Arguments

object

the output of either the process or deconvolve functions

Value

Temperature bounds of the data in the object

Examples

1
2
3
4
data(juncus)
tmp <- process(juncus, init_mass = 18.96,
               temp = 'temp_C', mass_loss = 'mass_loss')
temp_bounds(tmp)

mixchar documentation built on May 2, 2019, 7:01 a.m.