plot.breaks {mining}R Documentation

Draw break locations

Description

Draws lines to indicate break locations.

Usage

plot.breaks(b)

Arguments

b a numeric vector

Value

Uses segments to draw thick blue vertical lines on top of the current plot, at the given locations.

Author(s)

Tom Minka

See Also

plot.hclust.breaks, plot.segments.ts, break.kmeans


[Package Contents]