21 Jan 2018
Visualize data frame with mosaicplot (can use formula expression):
mosaicplot(~ Sex + Age + Survived, data = Titanic, color = TRUE)
R
plot