powered by
count the number of points/vertices/nodes of sf objects
npts(x, by_feature = FALSE)
an sf/sfc object
count total number of vertices (FALSE) of for each feature (TRUE).
npts(franconia) npts(franconia, by_feature = TRUE) npts(sf::st_geometry(franconia[1, ])) # first polygon npts(breweries) # is the same as nrow(breweries)
Run the code above in your browser using DataLab