Learn R Programming

ssdtools (version 0.3.7)

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: Deprecated Cullen and Frey Plot

See Also

fitdistrplus::descdist()

Examples

Run this code
# NOT RUN {
ssd_plot_cf(boron_data)
# }

Run the code above in your browser using DataLab