dim.osmar: Dimension of osmar objects

Description Usage Arguments Value Examples

View source: R/osmar.R

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)

osmar documentation built on May 1, 2019, 7:33 p.m.

Related to dim.osmar in osmar...