print.phenopix: Print 'phenopix' objects.

Description Usage Arguments Details Author(s) Examples

View source: R/print.phenopix.R

Description

Print method for objects of class phenopix

Usage

1
2
## S3 method for class 'phenopix'
print(x, ...)

Arguments

x

An object of class phenopix

...

further arguments passed to or from other methods.

Details

Prints a sintetic summary of the object.

Author(s)

Gianluca Filippa <gian.filippa@gmail.com>

Examples

1
2
3
4

Example output

 #### phenopix time series processing ####

FITTING: KLOSTERMAN

PREDICTED VALUES:
     Index          predicted     
 Min.   :  1.00   Min.   :0.3418  
 1st Qu.: 89.75   1st Qu.:0.3419  
 Median :183.50   Median :0.3422  
 Mean   :184.13   Mean   :0.3623  
 3rd Qu.:278.25   3rd Qu.:0.3949  
 Max.   :364.00   Max.   :0.4075  

FITTING EQUATION:
expression((a1 * t + b1) + (a2 * t^2 + b2 * t + c) * (1/(1 + 
    q1 * exp(-B1 * (t - m1)))^v1 - 1/(1 + q2 * exp(-B2 * (t - 
    m2)))^v2))

FITTING PARAMETERS:
           a1            a2            b1            b2             c 
-6.933476e-06  4.535582e-05  3.162790e-02 -2.048372e-02  3.111971e+00 
           B1            B2            m1            m2            q1 
 1.265326e-01  1.251090e-01  1.150534e+02  2.420957e+02  9.999992e-01 
           q2            v1            v2 
 9.997786e-01  5.829434e+00  5.816426e+00 

THRESHOLDS: KLOSTERMAN
   Greenup   Maturity Senescence   Dormancy 
       109        146        237        274 

UNCERTAINTY: FALSE
 N of replications = 0 

HYDROLOGICAL DAY OF YEAR: FALSE

phenopix documentation built on May 2, 2019, 4:50 p.m.