eta_hist | R Documentation |
ETA histograms
eta_hist(df, x, xs = defx(), add_density = FALSE, ...)
df |
data frame to plot |
x |
character col//label for x-axis data; see |
xs |
see |
add_density |
if |
... |
other arguments for |
The x
column must be numeric. This function
calls cont_hist
.
A single plot when a single value for x
and y
are supplied; a list of plots of either x
or y
have length greater than 1.
df <- pmplots_data_id()
etas <- c("ETA1//ETA-CL", "ETA2//ETA-V2", "ETA3//ETA-KA")
eta_hist(df, etas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.