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.

Description

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.

Usage

plotPointsAndBoxplot(canvas)

Arguments

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


[Package vit version 1.2.8 Index]