hinge15_breaks: (Box) Hinge15 Breaks

View source: R/utils.R

hinge15_breaksR Documentation

(Box) Hinge15 Breaks

Description

Hinge15 breaks data into 6 groups like box plot groups (Lower outlier, < 25

Usage

hinge15_breaks(df)

Arguments

df

A data frame with selected variable. E.g. guerry["Crm_prs"]

Value

A vector of numeric values of computed breaks

Examples

library(sf)
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- st_read(guerry_path)
hinge15_breaks(guerry['Crm_prs'])

GeoDaCenter/rgeoda documentation built on Dec. 20, 2024, 11:18 p.m.