gplot | R Documentation |
This is a wrapper for terra::plot()
gplot(x, ...)
x |
a Raster* object |
... |
additional arguments passed to |
a plot
r <- terra::rast(nrows=108, ncols=21, xmin=0, xmax=10)
gplot(r)
gplot(r, col = "red")
gplot(r, col = "red", breaks = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.