renderBoxplot | R Documentation |
Render boxplot
renderBoxplot(
data,
outliers = FALSE,
sortByMedian = TRUE,
showXlabels = TRUE,
title = NULL,
seriesName = "Gene expression"
)
data |
Data frame or matrix |
outliers |
Boolean: draw outliers? |
sortByMedian |
Boolean: sort box plots based on ascending median? |
showXlabels |
Boolean: show labels in X axis? |
Box plot
psichomics:::renderBoxplot(data.frame(a=1:10, b=10:19, c=45:54))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.