Learn R Programming

rgeoda (version 0.1.0)

lisa_colors: Get cluster colors

Description

Get the cluster colors of LISA computation.

Usage

lisa_colors(gda_lisa)

Value

A string vector of cluster colors

Arguments

gda_lisa

An instance of LISA object

Examples

Run this code
if (FALSE) {
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"])
clrs <- lisa_colors(lisa)
clrs
}

Run the code above in your browser using DataLab