Description Usage Arguments Examples
View source: R/plotting_utilities.R
Cumulative distribution plot
1 | cumulative_dist_plot(data_in, xlab = NULL, ylab = NULL)
|
data_in |
Dataframe in |
xlab |
Title of the X axis, default NULL |
ylab |
Title of the Y axis, default NULL |
1 | cumulative_dist_plot(iris$Sepal.Width)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.