powered by
Plot method for the pivotr function
# S3 method for pivotr plot(x, type = "dodge", perc = FALSE, flip = FALSE, fillcol = "blue", opacity = 0.5, ...)
Return value from pivotr
pivotr
Plot type to use ("fill" or "dodge" (default))
Use percentage on the y-axis
Flip the axes in a plot (FALSE or TRUE)
Fill color for bar-plot when only one categorical variable has been selected (default is "blue")
Opacity for plot elements (0 to 1)
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/data/pivotr for an example in Radiant
pivotr to generate summaries
summary.pivotr to show summaries
summary.pivotr
# NOT RUN { pivotr(diamonds, cvars = "cut") %>% plot() pivotr(diamonds, cvars = c("cut", "clarity")) %>% plot() pivotr(diamonds, cvars = c("cut", "clarity", "color")) %>% plot() # }
Run the code above in your browser using DataLab