l_coordContour {mgcViz} | R Documentation |
Adding coordinate lines
Description
This layers adds coordinate contours to smooth effect plots. It is mainly useful for smooth-on-the-sphere plots.
Usage
l_coordContour(brLO = c(-9:9 * 20), brLA = c(-8:8 * 10), ...)
Arguments
brLO |
a vector of meridians to be plotted. |
brLA |
a vector of parallels to be plotted. |
... |
graphical arguments to be passed to |
Value
An object of class gamLayer
.
See Also
See plot.sos.smooth for examples.
[Package mgcViz version 0.1.11 Index]