R - mosaicplot() a dataframe

21 Jan 2018

Visualize data frame with mosaicplot (can use formula expression):


mosaicplot(~ Sex + Age + Survived, data = Titanic, color = TRUE)

[ R  plot  ]