Sys.unsetenv("LARES_FONT") # Temporal
data(dft) # Titanic dataset
x <- freqs_plot(dft, Pclass, Survived)
x$data
plot(x)
freqs_plot(dft, Pclass, Survived, Sex, Embarked)
freqs_plot(dft, Pclass, Survived, Sex, Embarked, top = 15)
Run the code above in your browser using DataLab