dv_densityviolin: Title

Description Usage Arguments Note

View source: R/dv_densityviolin.R

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
dv_densityviolin(
  .data,
  group,
  x,
  value_limits = NULL,
  name = "",
  vp = "dviolin_plot::violin_panel",
  violin_end_width = 1,
  violin_width = 1,
  vex = 0.8,
  scale = c("width", "area"),
  density.color.high = "yellow",
  density.color.mid = "darkgreen",
  density.color.low = "blue",
  trim = FALSE,
  color_by = NULL,
  cut = 3,
  bw = "nrd0",
  color_map = NULL
)

Arguments

y

Note

If using this function, one has to pay attention to the viewport that it is drawn in. Namely this function draws using the scale of the x values provided, even if the viewport doesn't support the range.


steveneschrich/densityplots documentation built on Dec. 23, 2021, 5:32 a.m.