plot.opticse {cordillera} | R Documentation |
Displays the reachability plot. Points with undefined/infinite minimum reachabilities are colored lighter by default.
## S3 method for class 'opticse' plot(x, withlabels = FALSE, col = "grey55", colna = "grey80", border = graphics::par("bg"), names.arg, ...)
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 |