Learn R Programming

ssdtools (version 1.0.6)

ssd_plot_cf: Cullen and Frey Plot

Description

Plots a Cullen and Frey graph of the skewness and kurtosis for non-censored data.

Usage

ssd_plot_cf(data, left = "Conc")

ssd_cfplot(data, left = "Conc")

Arguments

data

A data frame.

left

A string of the column in data with the concentrations.

Functions

  • ssd_cfplot(): Defunct Cullen and Frey Plot

Details

Soft deprecated for direct call to fitdistrplus::descdist().

Examples

Run this code
ssd_plot_cf(ssddata::ccme_boron)

Run the code above in your browser using DataLab