Plot the results from the Ripley's k function stored in the STGrid object.

plot_rip_k(
  object,
  correction = c("border", "isotropic", "Ripley", "translate"),
  max_feat_label = 8,
  color = NULL,
  size = 4
)

Arguments

object

A STCompR object.

correction

kind of correction should be displayed.

max_feat_label

The maximum number of features to display. The features with the highest value (whatever the radius) are displayed

color

The colors for the features to be displayed.

size

The size of the labels.