Learn R Programming

WACS (version 1.1.0)

WACSreadAgroclim: 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

Run this code
# NOT RUN {
  # using an agroclim format file
  WACSdata(WACSreadAgroclim("myfile.csv"))
# }

Run the code above in your browser using DataLab