cable.lines {bentcableAR} | R Documentation |
A user-specified bent cable is added to an existing plot.
Its intended use is for superimposing a bent-cable regression
fit to a scatterplot of the data. The transition is marked
by vertical lines at \tau
and \tau\pm\gamma
.
cable.lines(x, theta, col = "black", lwd = 1, lty = 2, fit.lty = 1)
x |
A numeric vector of design points or the range of these design points on the existing scatterplot. |
theta |
A vector of bent-cable coefficients, in the form of
|
col , lwd |
Graphical parameters for plotting the bent-cable function and transition. |
lty |
Graphical parameter for marking the transition. |
fit.lty |
Graphical parameter of type |
This function is intended for internal use by bentcable.ar
.
Grace Chiu
See the bentcableAR
package references.
data(sockeye)
plot(sockeye)
cable.lines( sockeye$year, c(6.6,.08,-.68,92,6.01) )