View source: R/EPGMThreshold.R
| EPGMThreshold | R Documentation | 
This function evaluates results of the EPGM model over a simulated period relative to ecological or regulatory thresholds.
EPGMThreshold(
  time.dat,
  WaterColumn.Thresholds = c(10, 15, 20),
  Soil.Thresholds = c(500, 600, 1000),
  cattail.Thresholds = c(5, 20, 90),
  plot.exceed = TRUE,
  raw.area.output = FALSE,
  results.area.table = TRUE
)
time.dat | 
 a   | 
WaterColumn.Thresholds | 
 a list of three water column total phosphorus thresholds to evaluate time output.  | 
Soil.Thresholds | 
 a list of three soil total phosphorus thresholds to evaluate time output.  | 
cattail.Thresholds | 
 a list of three cattail density thresholds to evaluate time output.  | 
plot.exceed | 
 If   | 
raw.area.output | 
 If   | 
results.area.table | 
 If   | 
As described in the original documentation, the model is designed to simulate marsh enrichment (responses to increasing P load), not recovery (responses to decreasing in load).
This function computes and plots the distance profile along the gradient based on input values
example<-EPGMTime(case.no=11,raw.time.output=TRUE)
EPGMThreshold(example)
#END
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.