summary {Dasst} | R Documentation |
Summary method for class Dasst
Description
summary
summarizes the contents of an object of
class Dasst
.
Usage
## S3 method for class 'Dasst'
summary(object, ...)
Arguments
object |
An object of class
|
... |
Arguments that may be passed to other functions. |
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.
Value
An object of class summary.Dasst
Examples
data(plantGrowth)
summary(plantGrowth)
[Package Dasst version 0.3.4 Index]