plot.cordillera: Plot method for OPTICS Cordilleras

View source: R/cordillera.R

plot.cordilleraR Documentation

Plot method for OPTICS Cordilleras

Description

Plots the reachability plot and adds the cordillera to it (as a line). In this plot the cordillera is proportional to the real value.

Usage

## S3 method for class 'cordillera'
plot(
  x,
  colbp = "lightgrey",
  coll = "black",
  liwd = 1.5,
  legend = FALSE,
  ylim,
  ...
)

Arguments

x

an object of class "cordillera"

colbp

color of the barplot.

coll

color of the cordillera line

liwd

width of the cordillera line

legend

draw legend

ylim

ylim for the barplots

...

additional arguments passed to barplot or lines


cordillera documentation built on April 19, 2023, 3:26 p.m.