Learn R Programming

bentcableAR (version 0.3.0)

cable.lines: Overlay Bent Cable On Existing Plot

Description

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$.

Usage

cable.lines(x, theta, col = "black", lwd = 1, lty = 2, fit.lty = 1)

Arguments

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 c(b0,b1,b2,tau,gamma).
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 lty for plotting the bent-cable function.

References

See the bentcableAR package references.

See Also

fullcable.t, par, lines

Examples

Run this code
data(sockeye)

	plot(sockeye)
	cable.lines( sockeye$year, c(6.6,.08,-.68,92,6.01) )

Run the code above in your browser using DataLab