.makeGVector | R Documentation |
Create a GVector
from a vector existing in the current GRASS session.
.makeGVector(
src,
table = NULL,
build = TRUE,
extensive = FALSE,
cats = NULL,
fail = TRUE
)
src |
Character: The name of the vector in GRASS. |
table |
A |
build |
Logical: If |
extensive |
Logical: If |
cats |
|
fail |
Logical: If |
A GVector
(or NULL
if fail
is TRUE
and the GVector
would be invalid).
.makeGRaster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.