View source: R/cum_percent_plot.R
| cum_percent_plot | R Documentation | 
Plots or tabulates cumulative percentages associated with elements in a vector
cum_percent_plot(vector, output_type = "plot")
vector | 
 a numeric vector  | 
output_type | 
 if   | 
cum_percent_plot(c(1:100, NA, NA))
cum_percent_plot(mtcars$mpg)
cum_percent_plot(vector= mtcars$mpg, output_type = "dt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.