plot | R Documentation |
plot
method for a GeotopRasterBrick
object
## S4 method for signature 'GeotopRasterBrick,ANY'
plot(x, y = NULL, ...)
x |
the |
y |
further argument |
... |
further argument for S4 method |
KML
library(geotopbricks)
# The examples is the following R script conteined in a 'inst' directory of the package source
f <- system.file("doc/examples/example.plot.GeotopRasterBrick.R",package="geotopbricks")
# source(f) # Uncomment this line to run the example.
# You can copy the example file using file.copy(from=f,to=....,...) See file.copy documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.