plot.krnel: plot features of a krnel object

View source: R/plot.krnel.R

plot.krnelR Documentation

plot features of a krnel object

Description

plot features of a krnel object

Usage

## S3 method for class '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


jframi/rigatoni documentation built on Feb. 1, 2024, 2:31 a.m.