percentile_breaks | R Documentation |
Percentile breaks data into 6 groups: the lowest 1 10-50
percentile_breaks(df)
df |
A data frame with selected variable. E.g. guerry["Crm_prs"] |
A vector of numeric values of computed breaks
library(sf)
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- st_read(guerry_path)
percentile_breaks(guerry['Crm_prs'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.