Learn R Programming

Renext (version 3.0-0)

summary.Rendata: 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, \dots)
 
  ## 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
## Brest example: no historical data
summary(Brest)

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

Run the code above in your browser using DataLab