| plantGrowth | R Documentation |
An example of a Dasst object based
on file PlantGro.OUT. The originally data set can be
found within package directory as
‘extdata/PlantGro.OUT’.
plantGrowth contains the daily plant growth for 3
treatments repeated on 10 years. A summary of its
contents follows
45 fields and 131 records
45 fields and 112 records
45 fields and 124 records
...
45 fields and 123 records
Tables ranging from 1 to 10 have plant output data for treatment 1 which simulates maize growth from 1970 to 1979 (south hemisphere). Treatment 2 adds fertilization with 50kg/ha of urea, and treatment 3 adds fertilization with 100kg/ha of urea.
Dasst for class definition and the
example at read.dssat.
data(plantGrowth)
plot(plantGrowth[[1]][,"DAP"],plantGrowth[[1]][,"LAID"])
# Or
plot(plantGrowth[[1]][,c("DAP","LAID")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.