Description Usage Arguments Examples
View source: R/victim_cumulative.R
A function to generate cumulative percentages from the
distribution provided by victim_table.
1  | 
x | 
 a data frame generated by   | 
1 2 3 4 5 6  | vt <- victim_table("extortions_nas", data = testdata)
victim_cumulative(vt)
# Batch mode
vl <- lapply(c("extortions", "bribes"), victim_table, data = testdata)
lapply(vl, victim_cumulative)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.