First --- thanks for a really neat package. I encountered a problem while running a variant of an example from http://vietletruc.com/tag/cartogram/. (on a Windows ...
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 ...