Panel function for joining lines.
Panel function for drawing lines as part of a circle centred in (0, 0) into a trellis
graphic (lattice
package).
adeg.panel.join(drawLines, params = list())
drawLines |
a vector containing the level values used as radius of the circle |
params |
graphical parameters : |
Displays level lines and their values.
For more information about the use of panel functions, please see the lattice
package developed by Deepayan Sarkar.
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
if(require(lattice, quietly = TRUE)) { xyplot(0:20 ~ 0:20, drawLines = c(5, 10, 15), params = list(plabels.cex = 2), panel = function(drawLines, params){ adeg.panel.join(drawLines = drawLines, params = params)}) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.