WACSreadAgroclim {WACS} | R Documentation |
Function that reads a file of format Agroclim
Description
Function that reads a file of format Agroclim
Usage
WACSreadAgroclim(filename)
Arguments
filename |
path to the filemane to read |
Value
A list of 2 objects:
dataThe table data
mappingThe names of special var: year, month, day rain, tmin and tmax
Examples
## Not run:
# using an agroclim format file
WACSdata(WACSreadAgroclim("myfile.csv"))
## End(Not run)
[Package WACS version 1.1.0 Index]