Learn R Programming

mixchar (version 0.1.0)

temp_bounds: Accessor function to extract selected temperature bounds

Description

Accessor function to extract selected temperature bounds

Usage

temp_bounds(object)

Arguments

object

the output of either the process or deconvolve functions

Value

Temperature bounds of the data in the object

Examples

Run this code
# NOT RUN {
data(juncus)
tmp <- process(juncus, init_mass = 18.96,
               temp = 'temp_C', mass_loss = 'mass_loss')
temp_bounds(tmp)

# }

Run the code above in your browser using DataLab