terra (version 1.0-10)

vector-attributes: Get or replace attribute values of a SpatVector

Description

Replace values of a SpatVector.

Usage

# S4 method for SpatVector
$(x, name)

# S4 method for SpatVector $(x, name)<-value

Arguments

x

SpatVector

name

character

value

vector

Value

vector

See Also

values

Examples

Run this code
# NOT RUN {
f <- system.file("ex/lux.shp", package="terra")
v <- vect(f)
v$NAME_1
v$ID_1 <- LETTERS[1:12]
v$new <- sample(12)
values(v)
# }

Run the code above in your browser using DataLab