summary_graph(iris, "Petal.Length", "Species", "mm")
# Multiple explanatory variables can be provided as a vector
summary_graph(npk, "yield", c("N", "P"), "lb/plot")
summary_graph(npk, "yield", c("N", "P", "K"), "lb/plot")
Run the code above in your browser using DataLab