print.summary.opticse {stops} | R Documentation |
Print method for OPTICS summary Displays summaries of the reachability plot. Currently its the five points summary of the reachabilities and a stem and leaf display. The latter should not be confused with the reachability plot. If you need the latter, use plot()
## S3 method for class 'summary.opticse' print(x, fiven = TRUE, stemd = TRUE, ...)
x |
an object of class summary.optics |
fiven |
should the 5 point summary be printed. Default is TRUE. |
stemd |
should the stema dn leaf plot be printed. Default is TRUE. |
... |
additional arguments passed to |