legend.krige | R Documentation |
This function allows adds a legend to an image plot generated by
image.kriging
or image.krige.bayes
.
It can be called internally by these functions or directly by the user.
legend.krige(x.leg, y.leg, values, scale.vals,
vertical = FALSE, offset.leg = 1, ...)
x.leg |
limits for the legend in the |
y.leg |
limits for the legend in the |
values |
values plotted in the image. |
scale.vals |
optional. Values to appear in the legend.
If not provided the function |
vertical |
If |
offset.leg |
numeric value controlling the distance between the legend text and the legend box. |
... |
further arguments to be passed to the function
|
A legend is added to the current plot. No values are returned.
Paulo J. Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
image.kriging
, image.krige.bayes
.
# See examples in the documentation for image.kriging
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.