do_assessment: do_assessment

Description Usage Arguments Value

View source: R/pilot_assessment_functions.R

Description

Performs a short term, long term and target assessment on a list of variables.

Usage

1
2
3
4
5
6
7
8
9
do_assessment(
  variables,
  targets,
  thresholds,
  smoothed_trend,
  short_term,
  long_term,
  target_term
)

Arguments

variables

String containing the names of the variables

targets

output from load_process_metadata

thresholds

output from load_process_metadata

smoothed_trend

output from get_smoothed_trend

short_term

set by user, number of years of data to use for short term assessment

long_term

set by user, number of years of data to use for long term assessment

target_term

set by user, number of years of data to use for target assessment

Value

a list of three dataframes, one for each assessment


clarebetts-code/EAU_pilot_assessment documentation built on Dec. 19, 2021, 5:15 p.m.