| where | R Documentation |
Specify a region by location point (longitude, latitude) and a width and height around that point.
where(x, y = NULL, wh = 1852 * 60)
## S3 method for class 'where'
print(x, ...)
x |
longitude |
y |
latitude |
wh |
width and height (can be a single value) assumed to be metres |
... |
in the print method |
Width and height will be assumed to be in metres usually, but no units are recorded.
If no input point is given one is generated randomly. The default wh value is approximately the distance along one degree of a great circle on Earth.
a where structure, the location and width/height around it
where()
where(147, -42, wh = c(2000, 3000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.