status_stns: Determine stations with sufficient data for status analysis

View source: R/status_stns.R

status_stnsR Documentation

Determine stations with sufficient data for status analysis

Description

Creates a dataframe with stations, the number of years with data within the status years, and whether or not there were any exceedances.

Usage

status_stns(df)

Arguments

df

Dataframe returned from an assessment function in odeqassessment package. df must include a grouping column called 'status_period' which can be created by running odeqstatusandtrends::status_period().

Value

Dataframe of stations with sufficient data

Examples

status_stns(df = data_assessed)

donco/odeqstatusandtrends documentation built on Dec. 23, 2024, 2:23 a.m.