Learn R Programming

rgeoda (version 0.0.6)

hinge30_breaks: (Box) Hinge30 Breaks

Description

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

Usage

hinge30_breaks(data)

Arguments

data

A vector of numeric values

Value

A vector of numeric values of computed breaks

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab