Usage
ly_density(fig, x, data = figure_data(fig), bw = "nrd0", adjust = 1, kernel = c("gaussian", "epanechnikov", "rectangular", "triangular", "biweight", "cosine", "optcosine"), weights = NULL, window = kernel, n = 512, cut = 3, na.rm = FALSE, color = "black", alpha = 1, width = 1, type = 1, legend = NULL, lname = NULL, lgroup = NULL, visible = TRUE, ...)
Arguments
x, bw, adjust, kernel, weights, window, n, cut, na.rm
data
an optional data frame, providing the source for x
color
color to use to stroke lines with - a hex code (with no alpha) or any of the 147 named CSS colors, e.g 'green', 'indigo'
alpha
transparency value for the line between 0 (transparent) and 1 (opaque)
width
stroke width in units of pixels
type
an integer between 1 and 6 matching the lty property in par or an array of integer pixel distances that describe the on-off pattern of dashing to use legend
text to display in the legend entry for the density line
visible
should the layer be visible?
...
additional parameters for fine control over line properties (see "Additional parameters" below)