tabplot-object: tableplot object that contains the information to plot a tableplot.
Description
tableplot object that contains the information to plot a tableplot.Details
A tabplot-object is an object of class tabplot
that contains the information to plot a tableplot without the steps that may be time-consuming, such as sorting and aggregating.
The function tableplot
returns a tabplot-object. Use plot=FALSE
to
supress that the tableplot is plot. The function changeTabplot
can be used to change a tabplot-object. The generic functions plot
and summary
are used to plot and summarize a tabplot-object.