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.