inst/examples/R/data/theory/data_quality/tabplot.R

library("tabplot")
library("MASS")
Boston$chas <- factor(Boston$chas)
Boston$rad <- ordered(Boston$rad)
pdf("tabplot.pdf", width=10, height=7)
tableplot(Boston, sortCol=14)
dev.off()
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.