rate_data: Accessor function to extract processed dataframe

Description Usage Arguments Value Examples

Description

Accessor function to extract processed dataframe

Usage

1
rate_data(object)

Arguments

object

a process or deconvolve object

Value

Dataframe of the object

Examples

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

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