Last chance! 50% off unlimited learning
Sale ends in
This method returns the length of lines or the perimeter of polygons.
When the coordinate reference system is not longitude/latitude, you may get more accurate results by first transforming the data to longitude/latitude with project
# S4 method for SpatVector
perim(x)
numeric (m)
SpatVector
f <- system.file("ex/lux.shp", package="terra")
v <- vect(f)
perim(v)
Run the code above in your browser using DataLab