plot features of a krnel object

# S3 method for krnel
plot(
  x,
  label = TRUE,
  label.cex = 0.6,
  label.col = "red",
  plot.bbox = T,
  bbox.col = "blue",
  title = T,
  plot.radii = T,
  plot.ellipse = T,
  plot.ws.bbox = F,
  ws.bbox.col = "pink",
  plot.pois = F,
  plot.ws.pois = F,
  poi.col = "lightblue",
  poi.ws.col = "lightblue",
  custom.col = NULL
)

Arguments

x

a krnel object as returned by the krnel function

label

boolean, plot label (ie number)

label.cex

label size

label.col

label color

plot.bbox

whether to plot bounding boxes or not

bbox.col

color of bounding box

Value

nothing