{"raster":"raster, brick, stack","terra":"rast"} {"raster":"rasterFromXYZ","terra":"rast(, type='xyz')","comment":"note arg `type = xyz`"} {"raster":"stack, addLayer","terra":"c"} {"raster":"addLayer","terra":"add<-"} {"raster":"area","terra":"cellSize or expanse"} {"raster":"approxNA","terra":"approximate"} {"raster":"calc","terra":"app","comment":"think apply family, i.e., app(x, fun...)"} {"raster":"cellFromLine, cellFromPolygon","terra":"cells"} {"raster":"cellsFromExtent","terra":"cells"} {"raster":"cellStats","terra":"global","comment":"global returns df not vector"} {"raster":"clump","terra":"patches"} {"raster":"compareRaster","terra":"compareGeom"} {"raster":"corLocal","terra":"focalPairs"} {"raster":"coordinates","terra":"crds"} {"raster":"couldBeLonLat","terra":"is.lonlat"} {"raster":"crop","terra":"crop"} {"raster":"disaggregate","terra":"disagg"} {"raster":"distanceFromPoints","terra":"distance"} {"raster":"drawExtent","terra":"draw"} {"raster":"dropLayer","terra":"subset"} {"raster":"extent","terra":"ext"} {"raster":"extract","terra":"extract","comment":"cellnumbers in raster becomes cells in terra\nbuffer argument not replaced, use st_buffer in a prior step?"} {"raster":"getValues","terra":"values","comment":"as.vector an alternative approach"} {"raster":"isLonLat, isGlobalLonLat","terra":"is.lonlat"} {"raster":"layerize","terra":"segregate"} {"raster":"layerStats","terra":"layerCor"} {"raster":"movingFun","terra":"roll"} {"raster":"NAvalue","terra":"NAflag"} {"raster":"nlayers","terra":"nlyr"} {"raster":"overlay","terra":"lapp"} {"raster":"projectRaster","terra":"project"} {"raster":"plot","terra":"plot","comment":"maxpixels in raster becomes maxcells in terra"} {"raster":"rasterToPoints","terra":"as.points"} {"raster":"rasterToPolygons","terra":"as.polygons"} {"raster":"reclassify, subs, cut","terra":"classify"} {"raster":"resample","terra":"resample"} {"raster":"sampleRandom, sampleRegular","terra":"spatSample"} {"raster":"shapefile","terra":"vect"} {"raster":"stackApply","terra":"tapp"} {"raster":"stackSelect","terra":"selectRange"} {"raster":"unstack","terra":"as.list"} {"raster":"writeRaster","terra":"writeRaster","comment":"need to specify file type (suffix) in terra"}