ecdfgram | R Documentation |
Plot Empirical Cummulative Distribution Function for xvar
ecdfgram(
data,
xvar,
grpvar = NULL,
trans = scales::identity_trans(),
xaxis_n_breaks = 7,
xaxis_title = "",
yaxis_title = "Cummulative Frequency",
xaxis_format_args = list()
)
data |
data to plot |
xvar |
xvar to plot |
grpvar |
var to group the data by |
trans |
transformation to apply from the |
xaxis_n_breaks |
number of breaks on the x_axis |
xaxis_title |
x axis title |
yaxis_title |
y axis title |
xaxis_format_args |
#TODO |
a plotly object
ecdfgram(ggplot2::diamonds, price, color)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.