plot.krnel.Rdplot 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
)a krnel object as returned by the krnel function
boolean, plot label (ie number)
label size
label color
whether to plot bounding boxes or not
color of bounding box
nothing