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()

Description

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()

Usage

## S3 method for class 'summary.opticse'
print(x, fiven = TRUE, stemd = TRUE, ...)

Arguments

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 stem


[Package stops version 0.0-40 Index]