Description Usage Arguments Details Examples
Create a distribution plot (histogram with density)
1 | distribution(x, xbin = 10, xadj = 1)
|
x |
name of the element |
xbin |
bin size, see ?geom_histogram |
A distribution plot with density gives a visual overview of the statistical distribution of the data.
1 2 | p <- distribution("xrfal2o3")
print(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.