dot-vectInfo: Metadata on a vector in GRASS

.vectInfoR Documentation

Metadata on a vector in GRASS

Description

This function queries GRASS to obtain metadata on a vector.

Usage

.vectInfo(x, integer = TRUE, cats = NULL)

Arguments

x

A GVector or the sources() name of one.

integer

Logical. If TRUE (default), the "cats" of a vector will be returned as type integer. If FALSE, they will be returned as a character vector.

cats

NULL (default) or an integer vector of category numbers, one per geometry.

Value

A vectInfo object (a list).


adamlilith/fasterRaster documentation built on Sept. 23, 2024, 1:28 a.m.