lisa_labels {rgeoda}R Documentation

Get cluster labels

Description

Get cluster labels of LISA computation.

Usage

lisa_labels(gda_lisa)

Arguments

gda_lisa

An instance of LISA object

Value

A string vector of cluster labels

Examples

## Not run: 
library(sf)
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- st_read(guerry_path)
queen_w <- queen_weights(guerry)
lisa <- local_moran(queen_w, guerry["Crm_prs"])
lbls <- lisa_labels(lisa)
lbls

## End(Not run)

[Package rgeoda version 0.0.10-4 Index]