read.data: Read Precipitation Serie

Description Usage Details Value Author(s)

Description

It reads a precipitation serie from a CSV file.

Usage

1
2
read.data(file_path, sep = ",",
  quote = "\"", dec = ".", header = TRUE, na.value = NA, ...)

Details

The CSV file should be structure with 33 columns, where each line represents a sample. The 1st column contains the year, the 2nd column contains the month, and the columns 3-33 contain the precipitation in milimmeters for each day in the month/year.

Value

An object of the class DailyPrecipitationSerie.

Author(s)

Lucas Venezian Povoa


lucasvenez/prefann documentation built on May 21, 2019, 8:54 a.m.