File: filename.Rd

package info (click to toggle)
r-cran-raster 3.6-31-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,300 kB
  • sloc: cpp: 2,367; ansic: 1,572; sh: 13; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\name{filename}

\alias{filename}

\title{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{
  \item{x}{A Raster* object }
}

\value{
a Raster* object
}



\examples{ 
r <- raster( system.file("external/test.grd", package="raster") )
filename(r)
}

\keyword{ spatial }