Accessor function to extract mean weights
Weights(object)
object | a decon object |
---|
Extract mean fractions of the object
data(juncus) tmp <- process(juncus, 'temp_C', 'mass_loss', 18.96, temp_type = 'C') output <- deconvolve(tmp) Weights(output)#> HC CL LG value_type #> 1 20.43273 16.64336 29.52019 2.5% #> 2 22.75751 18.67005 31.83022 97.5% #> 3 21.56004 17.67487 30.66299 mean