component_weights {mixchar} | R Documentation |
Accessor function to extract mean weights
Description
Accessor function to extract mean weights
Usage
component_weights(object)
Arguments
object |
a decon object |
Value
Extract mean fractions of the object
Examples
data(juncus)
tmp <- process(juncus, init_mass = 18.96,
temp = 'temp_C', mass_loss = 'mass_loss')
output <- deconvolve(tmp)
component_weights(output)
[Package mixchar version 0.1.0 Index]