summary.Rendata {Renext} | R Documentation |
Summary and print methods for "Rendata" objects
Description
Summary method for "Rendata" objects representing data to be used in renouvellement models.
Usage
## S3 method for class 'Rendata'
print(x, ...)
## S3 method for class 'Rendata'
summary(object, ...)
## S3 method for class 'summary.Rendata'
print(x, ...)
Arguments
object |
An object with class |
x |
An object of class |
... |
Further arguments passed to or from other methods. |
Examples
## Brest example: no historical data
summary(Brest)
## Garonne example: with historical data
summary(Garonne)
[Package Renext version 3.1-4 Index]