Learn R Programming

geotopbricks (version 1.5.8.2)

plot: plot

Description

plot method for a GeotopRasterBrick object

Usage

# S4 method for GeotopRasterBrick,ANY
plot(x, y = NULL, ...)

Arguments

x

the GeotopRasterBrick object

y

further argument

...

further argument for S4 method plot for Raster object.

See Also

KML

Examples

Run this code


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







Run the code above in your browser using DataLab