Tries to guess the best plot to show for a single variable.
plot_oneway(info, title, color = "lightblue")
A vector.
The title to use in the plot.
A color to use in the plot.
A plot.
plot_oneway(mtcars$mpg, "mpg")
plot_oneway(as.factor(mtcars$gear), "gear")