Learn R Programming

rnrfa (version 0.3.0)

CMR: This function retrieves data from wml time series of Catchment Monthly Rainfall from the NRFA database.

Description

Given the station ID number(s), this function retrieves data (time series in zoo format).

Usage

CMR(ID)

Arguments

ID
station ID number(s), each number should be in the range [3002,236051].

Value

  • list composed of as many objects as in the list of station ID numbers. Each object can be accessed using their names or index (e.g. x[[1]], x[[2]], and so forth). Each object contains a zoo time series.

Examples

Run this code
# One station
CMR(3001)
# Multiple stations
# x <- CMR(c(3001,3002,3003))
# plot(x$ID3001)
# plot(x[[1]])

Run the code above in your browser using DataLab