hinge30_breaks: (Box) Hinge30 Breaks

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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

Usage

1

Arguments

data

An input data

Value

A array contains values of computed breaks

Examples

1
2
3
4
5
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- geoda_open(guerry_path)
guerry_df <- as.data.frame(guerry) # use as data.frame
crm_prs <- guerry_df['Crm_prs'][,1] # get values of variable "crm_prs"
hinge30_breaks(data=crm_prs)

lixun910/rgeoda documentation built on March 19, 2021, 3:49 p.m.