plot_shellfish returns a ggplot2 object with the desired plot specified by the type argument.
plot_shellfish(results, type = "rvars")
| results | a list of results generated by |
|---|---|
| type | The type of plot to generate, one of
|
a ggplot2 object
if (FALSE) { results <- serve_shellfish(batches = c("spam","eggs")) plot_shellfish(results, type = "rpart") }