boundaries: Functions to calculate boundary nutrient concentrations

Description Usage Arguments Value Functions

Description

Functions to calculate boundary nutrient concentrations

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
boundaries_all(data, yvar = "y.u", xvar = "x.u", status_boundaries = c(HG
  = 0.8, GM = 0.6, MP = 0.4), class_var = "status")

boundaries_ols(data, yvar = "y.u", xvar = "x.u", status_boundaries = c(HG
  = 0.8, GM = 0.6, MP = 0.4))

boundaries_ols_XonY(data, yvar = "y.u", xvar = "x.u",
  status_boundaries = c(HG = 0.8, GM = 0.6, MP = 0.4))

boundaries_RMA(data, yvar = "y.u", xvar = "x.u", status_boundaries = c(HG
  = 0.8, GM = 0.6, MP = 0.4))

boundaries_MM(data, yvar = "y.u", xvar = "x.u", status_boundaries = c(HG =
  0.8, GM = 0.6, MP = 0.4))

boundaries_AdjQ(data, yvar = "y.u", xvar = "x.u", class_var = "status")

boundaries_medians(data, yvar = "y.u", xvar = "x.u", class_var = "status")

boundaries_q75(data, yvar = "y.u", xvar = "x.u", class_var = "status")

Arguments

data

Appropriate water quality data for estimating nutrient status boundaries

yvar

The name of the response variable, typically EQR. Defaults to y.u

xvar

The name of the pressure variable, e.g. total phosphorus. Defaults to x.u

status_boundaries

A named vector of status boundaries on the scale of yvar. Default contains 0.8, 0.6 and 0.4 for the High-Good, Good-Moderate and Moderate-Poor boundaries

class_var

name of variable defining status classes. Defaults to "status".

Value

a named vector of estimated nutrient boundaries on the scale of xvar

Functions


andrewdolman/ecostattoolkit documentation built on May 10, 2019, 10:30 a.m.