Plot Cumulative Distribution Function
Plots the cdf.
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", ...)
x |
The object. |
... |
Unused. |
xlab |
A string of the x-axis label. |
ylab |
A string of the x-axis label. |
list
: Plot list
fitdist
: Plot CDF fitdist
fitdistcens
: Plot CDF fitdistcens
fitdists
: Plot CDF fitdists
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.