ssd_plot_cf {ssdtools}R Documentation

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.

Details

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

Functions

Examples

ssd_plot_cf(ssddata::ccme_boron)

[Package ssdtools version 1.0.6 Index]