| sl.plot.contours | R Documentation |
Add contour lines to a spheRlab plot.
sl.plot.contours(plot.init.res, contours.res, indices = NULL, col = "black", lwd = 1, lty = 1, label.density = 1, cex.labels = 1)
plot.init.res |
a spheRlab plot specifics list as returned by |
contours.res |
a list of contours consisting of segments, as returned by |
indices |
an integer vector with indices indicating which contours (levels) of the contours list shall be plotted. If not specified, all contours are plotted. |
col |
A vector specifying the colours of the contour lines. If there are more contours than colours specified, the colours are recycled. |
lwd |
A vector specifying the line widths of the contour lines. If there are more contours than lines widths specified, the line widths are recycled. |
lty |
A vector specifying the line types of the contour lines. If there are more contours than lines types specified, the line types are recycled. |
label.density |
NOT YET USED. LABELLING TO BE IMPLEMENTED. |
cex.labels |
NOT YET USED. LABELLING TO BE IMPLEMENTED. |
The function uses sl.plot.lines to plot each segment of each contour line contained in contours.res.
Automatic labelling shall be implemented at some point, making use at least of the two unused arguments.
Helge Goessling
sl.plot.lines
## To be provided ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.