library(geotopbricks)
# The examples is the following R script contained in a 'inst' directory of the package source
f <- system.file("doc/examples/example.KML.GeotopRasterBrick.R",package="geotopbricks")
if (FALSE) {
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