hinge30_breaks: (Box) Hinge30 Breaks

View source: R/utils.R

hinge30_breaksR Documentation

(Box) Hinge30 Breaks

Description

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

Usage

hinge30_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)
hinge30_breaks(guerry['Crm_prs'])

rgeoda documentation built on April 3, 2025, 10:55 p.m.