Learn R Programming

Dasst (version 0.3.4)

summary: Summary method for class '>Dasst

Description

summary summarizes the contents of an object of class '>Dasst.

Usage

# S3 method for Dasst
summary (object, ...)

Arguments

object

An object of class '>Dasst.

...

Arguments that may be passed to other functions.

Value

An object of class summary.Dasst

Details

This method summarizes the contents of the object of object of class '>Dasst. After reading a DSSAT file, summary can give an idea of the volume of information stored in that file.

Examples

Run this code
# NOT RUN {
data(plantGrowth)
summary(plantGrowth)
# }

Run the code above in your browser using DataLab