distribution: Distribution Plot.

Description Usage Arguments Details Examples

Description

Create a distribution plot (histogram with density)

Usage

1
distribution(x, xbin = 10, xadj = 1)

Arguments

x

name of the element

xbin

bin size, see ?geom_histogram

Details

A distribution plot with density gives a visual overview of the statistical distribution of the data.

Examples

1
2
p <- distribution("xrfal2o3")
print(p)

jspijker/dgsa documentation built on May 10, 2019, 12:09 a.m.