extract {phenopix} | R Documentation |
Extract items from an object of class phenopix
Description
This function allows to extract items from an object of class phenopix.
Usage
extract(x, what)
Arguments
x |
An object of class |
what |
One between "data", "fitted", "metrics", "metrics.uncert", "curve.params", "curve.uncert", "curve.params.uncert" |
Details
This function allows to extract items from an object of class phenopix. "data" extracts row data "fitted" extracts fitted data "metrics" extracts metrics data.frame "metrics.uncert" extracts metrics uncertainty dataframe "curve.params" extracts curve parameters "curve.uncert" extracts a family of fitted curves estimated by the uncertainty procedure "curve.params.uncert" extracts a family of curve parameters estimated by the uncertainty procedure
Value
A dataframe
Author(s)
Gianluca Filippa <gian.filippa@gmail.com>
[Package phenopix version 2.4.4 Index]