ash_points {mosaicCore} | R Documentation |
Compute knot points of an average shifted histogram
Description
Mainly a utility for the lattice and ggplot2 plotting
functions, ash_points()
returns the points to be plotted.
Usage
ash_points(x, binwidth = NULL, adjust = 1)
Arguments
x |
A numeric vector |
binwidth |
The width of the histogram bins. If |
adjust |
A number used to scale |
Value
A data frame containing x and y coordinates of the resulting ASH plot.
[Package mosaicCore version 0.9.4.0 Index]