Learn R Programming

tabplot (version 0.11-1)

plot.tabplot: Plot a tabplot-object

Description

Plot a tabplot-object

Usage

## S3 method for class 'tabplot':
plot(x, fontsize = 8, legend.lines =
  8, title = ifelse(length(x$filter) == 0, x$dataset,
  paste(x$dataset, " (", x$filter, ")", sep = "")),
  showTitle = FALSE, ...)

Arguments

fontsize
the (maximum) fontsize
legend.lines
the number of lines preserved for the legend
title
title of the plot (shown if showTitle==TRUE)
showTitle
show the title
...
arguments passed to other methods