plot.opticse {cordillera}R Documentation

Plot method for OPTICS results

Description

Displays the reachability plot. Points with undefined/infinite minimum reachabilities are colored lighter by default.

Usage

## S3 method for class 'opticse'
plot(
  x,
  withlabels = FALSE,
  col = "grey55",
  colna = "grey80",
  border = graphics::par("bg"),
  names.arg,
  ...
)

Arguments

x

an object of class optics

withlabels

flags whether point labels should be drawn. Defaults to TRUE.

col

the color of the bars of finite/defined reachabilities. Defaults to grey.

colna

the color of the bars for the points with infinite undefined reachabilities. Defaults to a lighter grey.

border

the color of the bar borders. Defaults to par("bg")

names.arg

... The arguments to be passed as names

...

additional arguments passed to barplot


[Package cordillera version 0.9-0 Index]