powered by
Replace values of a SpatVector.
# S4 method for SpatVector $(x, name) # S4 method for SpatVector $(x, name)<-value
SpatVector
character
vector
values
# NOT RUN { f <- system.file("exdata/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