Description Usage Arguments Note
View source: R/dv_densityviolin.R
Title
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
)
|
y |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.