View source: R/Data_Plotting.R
boxplot.Data | R Documentation |
Boxplot of TAC recommendations
## S3 method for class 'Data'
boxplot(x, upq = 0.9, lwq = 0.1, ylim = NULL, outline = FALSE, col = NULL, ...)
x |
An object of class MSE |
upq |
Upper quantile of TACs for max ylim |
lwq |
Lower quantile of TACs for min ylim |
ylim |
Optional numeric vector of length 2 to specify limits of y-axis. |
outline |
Logical. Include outliers in plot? |
col |
Optional colours to pass to |
... |
Optional additional arguments passed to |
Returns a data frame containing the information shown in the plot
A. Hordyk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.