WACSreadAgroclim: Function that reads a file of format Agroclim

View source: R/WACSreadAgroclim.R

WACSreadAgroclimR 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 with two entries:

data

The data table

mapping

The 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)

WACS documentation built on May 29, 2026, 9:07 a.m.

Related to WACSreadAgroclim in WACS...