plot.cordillera {cordillera} | R 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 |
[Package cordillera version 1.0-0 Index]