| dim.osmar {osmar} | R Documentation |
Dimension of osmar objects
## S3 method for class 'osmar' dim(x)
x |
An |
A named vector with the number of nodes, ways and relations.
## Not run:
muc <- get_osm(center_bbox(11.575278, 48.137222, 200, 200))
dim(muc)
## End(Not run)