dim.osmar: Dimension of osmar objects

Description Usage Arguments Value Examples

Description

Dimension of osmar objects

Usage

1
2
## S3 method for class 'osmar'
dim(x)

Arguments

x

An osmar object

Value

A named vector with the number of nodes, ways and relations.

Examples

1
2
3
4
5
  ## Not run: 
    muc <- get_osm(center_bbox(11.575278, 48.137222, 200, 200))
    dim(muc)
  
## End(Not run)

gergness/osmar2 documentation built on May 17, 2019, 2:10 a.m.