pie_discover {tastypie} | R Documentation |
Discover templates for tastypie
Description
This function allows to user to find out a random combination of templates,
number of groups and features in order to get an idea of the many available
plots in the package tastypie
.
Usage
pie_discover(which = c("all", "bake", "pro"))
Arguments
which |
Allows to select a subset of the available templates. |
Value
A ggplot object. In particular, this function returns a pie (or similar) chart according to a random choice of template and the other features.
See Also
See all the available templates displayed here!
Examples
pie_discover()
pie_discover("pro")
[Package tastypie version 0.1.1 Index]