eta_hist.RdETA 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 |
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.
The x column must be numeric. This function
calls cont_hist.
df <- pmplots_data_id() etas <- c("ETA1//ETA-CL", "ETA2//ETA-V2", "ETA3//ETA-KA") eta_hist(df, etas)#> [[1]]#>#> #> [[2]]#>#> #> [[3]]#>#>