violin {charts} | R Documentation |
A violin plot is a compact display of a continuous distribution. It is a blend of boxplot and density:
a violin plot is a mirrored density plot displayed in the same way as a boxplot.
violin(data,
size = "3600,2400",
margin = "padding:400px 150px 300px 300px;",
bg = "white",
colorSet = "TSF",
ylab = "y axis",
title = "Volin Plot",
labelAngle = -45,
showStats = TRUE);
Computed variables
+ density
density estimate
+ scaled
density estimate, scaled To maximum Of 1
+ count
density * number of points - probably useless for violin plots
+ violinwidth
density scaled For the violin plot, according To area, counts Or To a constant maximum width
+ n
number of points
+ width
width of violin bounding box