Description
Tools for Reading, Processing and Writing 'DSSAT' Files.
Description
Provides methods for reading, displaying, processing and writing files originally arranged for the 'DSSAT-CSM' fixed width format. 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) <doi:10.1016/S1161-0301(02)00107-7>.
README.md
Dasst
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.
Installing the package
To install the latest version from GitHub
:
install.packages("devtools")
devtools::install_github("hlozza/Dasst")
Quick tutorial
library(Dasst)
### Example
data(plantGrowth)
plot(plantGrowth[[1]][,c("DAP","LAID")])
Github Homero Lozza [email protected].