Learn R Programming

mapview (version 2.0.1)

npts: count the number of points/vertices/nodes of sf objects

Description

count the number of points/vertices/nodes of sf objects

Usage

npts(x)

Arguments

x

an sf/sfc object

Examples

Run this code
npts(franconia)
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