print.summary.opticse {cordillera}R Documentation

Print method for OPTICS summary

Description

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 cordillera version 0.8-2 Index]