co_cluster_quadrant | R Documentation |
Divides a relationship between self- and cross-type local L-function values into quadrants based on a sepcified threshold. Determines the quadrant number in which each point in a multi-type point pattern lies, where quadrants are labelled:
lower left
lower right
upper left
upper right
co_cluster_quadrant(points, threshold, ll, llcross, mark.original = TRUE)
points |
point pattern (multi-type |
threshold |
threshold that splits x and y axis of the quadrant plot |
ll |
Column name of the self-type local L values |
llcross |
Column names of the cross-type local L values |
mark.original |
Logical value indicating whether labels for each point should be added back to the original point pattern as marks or return as a vector. |
vector or point pattern depending on mark.original
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.