raster (version 2.6-7)

filename: Filename

Description

Get the filename of a Raster* object. You cannot set the filename of an object (except for RasterStack objects); but you can provide a 'filename= ' argument to a function that creates a new RasterLayer or RasterBrick* object.

Usage

filename(x)

Arguments

x

A Raster* object

Value

a Raster* object

Examples

Run this code
# NOT RUN {
r <- raster( system.file("external/test.grd", package="raster") )
filename(r)
# }

Run the code above in your browser using DataCamp Workspace