dim.osmar {osmar}R Documentation

Dimension of osmar objects

Description

Dimension of osmar objects

Usage

  ## 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

## Not run: 
    muc <- get_osm(center_bbox(11.575278, 48.137222, 200, 200))
    dim(muc)
  
## End(Not run)

[Package osmar version 1.1-7 Index]