Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ssd_plot_cdf

Plot Cumulative Distribution Function


Description

Plots the cdf.

Usage

ssd_plot_cdf(x, ...)

## S3 method for class 'list'
ssd_plot_cdf(x, xlab = "Concentration", ylab = "Species Affected", ...)

## S3 method for class 'fitdist'
ssd_plot_cdf(x, xlab = "Concentration", ylab = "Species Affected", ...)

## S3 method for class 'fitdistcens'
ssd_plot_cdf(x, xlab = "Concentration", ylab = "Species Affected", ...)

## S3 method for class 'fitdists'
ssd_plot_cdf(x, xlab = "Concentration", ylab = "Species Affected", ...)

Arguments

x

The object.

...

Unused.

xlab

A string of the x-axis label.

ylab

A string of the x-axis label.

Methods (by class)

  • list: Plot list

  • fitdist: Plot CDF fitdist

  • fitdistcens: Plot CDF fitdistcens

  • fitdists: Plot CDF fitdists

Examples

ssd_plot_cdf(boron_lnorm)
ssd_plot_cdf(boron_lnorm)
fluazinam_lnorm$censdata$right[3] <- fluazinam_lnorm$censdata$left[3] * 1.5
fluazinam_lnorm$censdata$left[5] <- NA
ssd_plot_cdf(fluazinam_lnorm)
ssd_plot_cdf(boron_dists)

ssdtools

Species Sensitivity Distributions

v0.3.3
Apache License (== 2.0) | file LICENSE
Authors
Joe Thorley [aut, cre, ctr] (<https://orcid.org/0000-0002-7683-4592>), Carl Schwarz [aut, ctr], Angeline Tillmanns [ctb], Ali Azizishirazi [ctb], Rebecca Fisher [ctb], David Fox [ctb], Kathleen McTavish [ctb], Heather Thompson [ctb], Andy Teucher [ctb], Emilie Doussantousse [ctb], Stephanie Hazlitt [ctb], Nadine Hussein [ctb], Nan-Hung Hsieh [ctb], Sergio Ibarra Espinosa [ctb], Province of British Columbia [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.