meansByWat: Summarize PAWMAP data by watershed

View source: R/meansByWat.r

meansByWatR Documentation

Summarize PAWMAP data by watershed

Description

Summarize PAWMAP data by watershed

Usage

meansByWat(
  dfm,
  vbl,
  select = NULL,
  selVar = "metric_code",
  storm = FALSE,
  sort = "geomean"
)

Arguments

dfm

The data frame containing the variable

vbl

The name of the field storing the value to be summarized

select

Select the proper variable from long format

selVar

the field containing the metric code

storm

Calculate separate means for storm and seasonal data?

sort

The statistic to sort the data on

Value

A table with various means by watershed


PDXChris/pmtools documentation built on March 26, 2024, 8:13 a.m.