examples/plot_tabplot.R

# load diamonds dataset from ggplot2
data(diamonds, package="ggplot2")

tab <- tableplot(diamonds)
plot(tab, title="Shine on you Crazy Diamond!!!",
	 fontsize=12,
	 legend.lines=7,
	 fontsize.title=16)
mtennekes/tabplot documentation built on March 8, 2021, 6:11 p.m.