Learn R Programming

CDECRetrieve (version 0.1.5)

cdec_rt: Get a rating table

Description

Use station id to find the rating table for stage to flow used by CDEC.

Usage

cdec_rt(station_id)

Arguments

station_id

three letter CDEC station id

Value

dataframe of rating table, with stage (feet) and flow (cfs) as columns

Examples

Run this code
# NOT RUN {
cdec_rt("abj") # get the stage to rating curve for ABJ
# }

Run the code above in your browser using DataLab