prob_cdf: Function to create CDFs of probability for each trophic state...

Description Usage Arguments Examples

View source: R/prob_cdf.R

Description

This functions produces CDF plots from predicted trophic state probabilities

Usage

1
prob_cdf(probs1, probs2, ...)

Arguments

probs1

prediction probabilities for one of the models

probs2

prediction probabilities for the other model

...

pass additional parameters to labs (e.g. set titles, axis labels, etc.)

Examples

1
2
3
4
devtools::install_github('wesanderson','karthik')
library(wesanderson)
data(LakeTrophicModelling)
prob_cdf(all_rf_ts_prob, gis_rf_ts_prob,x="Prediction Probability",y="Proportion of Samples")

USEPA/LakeTrophicModelling documentation built on Oct. 15, 2020, 4:13 p.m.