.makeGVector {fasterRaster} | R Documentation |
Create a GVector
Description
Create a GVector
from a vector existing in the current GRASS session.
Usage
.makeGVector(
src,
table = NULL,
build = TRUE,
extensive = FALSE,
cats = NULL,
fail = TRUE
)
Arguments
src |
Character: The name of the vector in GRASS. |
table |
A |
build |
Logical: If |
extensive |
Logical: If |
cats |
|
fail |
Logical: If |
Value
A GVector
(or NULL
if fail
is TRUE
and the GVector
would be invalid).