powered by
Hinge15 breaks data into 6 groups like box plot groups (Lower outlier, < 25
hinge15_breaks(df)
A vector of numeric values of computed breaks
A data frame with selected variable. E.g. guerry["Crm_prs"]
library(sf) guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda") guerry <- st_read(guerry_path) hinge15_breaks(guerry['Crm_prs'])
Run the code above in your browser using DataLab