.exists,GRaster-method | R Documentation |
GRaster
s and GVector
s are R objects that contain a pointer to a raster or vector in GRASS. Thus, for a GRaster
or GVector
to be functional, the GRASS file must exist. This function indicates if that is so.
## S4 method for signature 'GRaster'
.exists(x)
## S4 method for signature 'GVector'
.exists(x)
## S4 method for signature 'character'
.exists(x)
x |
A |
Logical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.