powered by
Customing "boxandwhisker2d" chart
fusionCustomBoxplot( fusionPlot, showmean = TRUE, drawmeanconnector = FALSE, lowerboxcolor = "#29C3BE", upperboxcolor = "#5D62B5", mediancolor = "#FFFFFF", meaniconshape = "polygon", meaniconsides = "2", meaniconradius = "2", showalloutliers = TRUE, outliericonsides = "20", outliericonalpha = "40", outliericonshape = "triangle", outliericonsradius = "4" )
fusionPlot object got by fusionPlot()
fusionPlot()
Show means
Connect all means
Set the color of the lower box
Set the color of the upper box
Set the color of the median line
Set the shape of the mean icon
Set the sides of the mean icon
Set the radius of the mean icon
Show outliers
Set the sides of the outliers
Set the background color transparency of the outliers
Set the shape of the outliers
Set the radius of the outliers
library(fusionchartsR) mtcars %>% fusionPlot(x = "cyl", y = "mpg", type = "boxandwhisker2d") %>% fusionCustomBoxplot(drawmeanconnector = TRUE)
Run the code above in your browser using DataLab