Usage
## S3 method for class 'segmented':
lines(x, term, bottom = TRUE, shift=TRUE, conf.level = 0.95, k = 50,
pch = 18, rev.sgn = FALSE, ...)Arguments
x
an object of class segmented.
term
the segmented variable of the breakpoints being drawn. It may be unspecified when there is a single segmented variable.
bottom
logical, indicating if the bars should be plotted at the bottom (TRUE) or at the top (FALSE).
shift
logical, indicating if the bars should be `shifted' on the y-axis before plotting. Useful for multiple breakpoints
with overlapped confidence intervals.
conf.level
the confidence level of the confidence intervals for the breakpoints.
k
a positive integer regulating the vertical position of the drawn bars. See Details.
pch
either an integer specifying a symbol or a single character to be used
in plotting the point estimates of the breakpoints. See points. rev.sgn
should the signs of the breakpoint estimates be changed before plotting? see Details.
...
further arguments passed to segments, for instance `col' that
can be a vector.