> fortify(ind_poly, region = "NAME_1") Error: ! `fortify(<SpatialPolygonsDataFrame>, region = ...)` is defunct' was deprecated in ggplot2 3.4.4 and is now defunct ...
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 ...