Learn R Programming

phenopix (version 2.4.5)

extract: 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)

Value

A dataframe

Arguments

x

An object of class phenopix

what

One between "data", "fitted", "metrics", "metrics.uncert", "curve.params", "curve.uncert", "curve.params.uncert"

Author

Gianluca Filippa <gian.filippa@gmail.com>

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