Description Usage Arguments Value Examples
Dimension of osmar objects
1 2 | ## S3 method for class 'osmar'
dim(x)
|
x |
An |
A named vector with the number of nodes, ways and relations.
1 2 3 4 5 | ## Not run:
muc <- get_osm(center_bbox(11.575278, 48.137222, 200, 200))
dim(muc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.