# transformar o polígono do limite do parque num objecto SpatialPolygonsDataFrame part1 <- Polygon(limite.ap,hole=FALSE) # matriz com duas colunas ...
Given a SpatialPolygonsDataFrame v, we are able to directly modify the table: v@data[25,3] <- "shrub" How can the same operation be done with terra in case v is a SpatVector? I know we can extract the ...