cum_percent_plot {kim} | R Documentation |
Cumulative percentage plot
Description
Plots or tabulates cumulative percentages associated with elements in a vector
Usage
cum_percent_plot(vector, output_type = "plot")
Arguments
vector |
a numeric vector |
output_type |
if |
Examples
cum_percent_plot(c(1:100, NA, NA))
cum_percent_plot(mtcars$mpg)
cum_percent_plot(vector= mtcars$mpg, output_type = "dt")
[Package kim version 0.5.422 Index]