| plotPointsAndBoxplot {vit} | R Documentation |
Used for displaying numeric data. Plots a group of points with a boxplot in the specified viewport. The points will be stacked on top of each other in an intelligent manner when necessary.
plotPointsAndBoxplot(canvas)
canvas |
a canvasClass object made with the generator object canvas PLOT_DATA method for numeric, 1d data. Also used for 2d data when one varible is numeric |