Learn R Programming

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 homerolozza@gmail.com

Copy Link

Version

Install

install.packages('Dasst')

Monthly Downloads

288

Version

0.3.4

License

GPL (>= 2)

Maintainer

Homero Lozza

Last Published

April 13th, 2022

Functions in Dasst (0.3.4)

buildContents

Build contents for an object of class Dasst.
as

As forces an object of class Dasst to belong to class list
Dasst

A constructor for an empty object of class Dasst
gatherTables

Gather tables of an object of class Dasst.
write.dssat

Write to a DSSAT-style file from an object of class Dasst
stackTables

Stack the tables of an object of class Dasst
summary

read.dssat

Read a DSSAT-style file into an object of class Dasst
show

print.summary.Dasst

Print object of class summary.Dasst
print.Dasst

Print object of class Dasst
length.Dasst

length<-.Dasst

plantGrowth

An example of a Dasst object
searchAncillary

print.Ancillary

Print object of class Ancillary
Dasst-class

Dasst class description
getAncillary

Dasst-package

Dasst: a package for reading, processing and writing DSSAT-style files
addDate<-

Add date class to objects of class Dasst
[[

"[[" method for class Dasst
compute<-

[

"[" method for class Dasst
[<-

[[<-