station.info {FlowScreen}R Documentation

Retrieve Station Info

Description

Returns station information from metadata included in the package data files. If there is no metadata match for the StationID AND Agency, returns NA values for all other columns.

Usage

station.info(Agency, StationID, Plot = FALSE, Language = "English")

Arguments

Agency

String indicating Agency where streamflow data.

StationID

String of the Station ID

Plot

Boolean indicating whether a plot of station information should be created. Default is FALSE. Plot is intended for use as the upper-left panel of the plot produced by screen.summary.

Language

Language for plotting when Plot = T. Choice of either "English" or "French". Default is "English".

Value

Returns a data.frame of the following station information:

Author(s)

Jennifer Dierauer

Examples

data(cania.sub.ts)
stn_metdat <- station.info(cania.sub.ts$Agency[1], cania.sub.ts$ID[1])
print(stn_metdat)

[Package FlowScreen version 2.1 Index]