Dasst
provides methods and tools for reading, processing
and writing files complying with the DSSAT-CSM
fixed width
format. Dasst
enables DSSAT-style AS Simple Tables. The
DSSAT-CSM
cropping system model is described at J.W. Jones,
G. Hoogenboomb, C.H. Porter, K.J. Boote, W.D. Batchelor, L.A. Hunt, P.W.
Wilkens, U. Singh, A.J. Gijsman, J.T. Ritchie (2003) https://doi.org/10.1016/S1161-0301(02)00107-7.
To install the latest version from GitHub
:
install.packages("devtools")
::install_github("hlozza/Dasst") devtools
library(Dasst)
### Example
data(plantGrowth)
plot(plantGrowth[[1]][,c("DAP","LAID")])
Github Homero Lozza homerolozza@gmail.com