Learn R Programming

Renext (version 2.0-11)

summary.Rendata: Summary method for "Rendata" objects

Description

Summary method for "Rendata" objects representing data to be used in renouvellement models.

Usage

## S3 method for class 'Rendata':
summary(object, \dots)

## S3 method for class 'summary.Rendata': print(x, \dots)

Arguments

object
An object with class "Rendata".
x
An object of class "summary.Rendata", i.e. a result of a call to summary.Rendata.
...
Further arguments passed to or from other methods.

Examples

Run this code
## no historical data
data(Brest)
summary(Brest)

## example with historical data
data(Garonne)
summary(Garonne)

Run the code above in your browser using DataLab