Description Usage Arguments See Also Examples
Plots labels, that is a textual (rather than color) representation of values, on top an existing plot (map).
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'RasterLayer'
text(x, labels, digits=0, fun=NULL, halo=FALSE, ...)
## S4 method for signature 'RasterStackBrick'
text(x, labels, digits=0, fun=NULL, halo=FALSE, ...)
## S4 method for signature 'SpatialPolygons'
text(x, labels, halo=FALSE, ...)
## S4 method for signature 'SpatialPoints'
text(x, labels, halo=FALSE, ...)
|
x |
Raster*, SpatialPoints* or SpatialPolygons* object |
labels |
character. Optional. Vector of labels with |
digits |
integer. how many digits should be used? |
fun |
function to subset the values plotted (as in |
halo |
logical. If |
... |
additional arguments to pass to graphics function |
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.