## S3 method for class 'segmented':
lines(x, term, bottom = TRUE, conf.level = 0.95, k = 50,
pch = 18, rev.sgn = FALSE, ...)
segmented
points
segments
lines.segmented
simply draws on the current device the point estimates and relevant
confidence limits of the estimated breakpoints from a "segmented" object. The y coordinate
where the bars are drawn is computed as usr[3]+h
if bottom=TRUE
or
usr[4]-h
when bottom=FALSE
, where h=(usr[4]-usr[3])/abs(k)
and
usr
are the extremes of the user coordinates of the plotting region.
Therefore for larger values of k
the bars are plotted on the edges.
The argument rev.sgn
allows to change the sign of the breakpoints before plotting. This may
be useful when a null-right-slope constraint is set.plot.segmented