Learn R Programming

ssdtools (version 0.3.7)

ssd_plot_cdf: Plot Cumulative Distribution Function

Description

Plots the cumulative distribution function (cdf).

Usage

ssd_plot_cdf(x, ...)

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

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

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

# S3 method for 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab