Description Usage Arguments Details Warning See Also Examples
Reproject a SOmap object by specifying a 'target' projection string (PROJ4)
1 2 3 4 5 |
x |
coordinates |
target |
target specification (PROJ.4 string or epsg code) |
... |
arguments passed to |
source |
source specification (PROJ.4 string or epsg code) |
See [reproj::reproj()] for details.
So many ...
[reproj::reproj()]
1 2 3 4 5 6 7 8 9 10 11 12 | set.seed(27)
amap <- SOauto_map()
reproj(amap, "+proj=moll")
reproj(amap, "+proj=laea +lat_0=-55 +lon_0=154 +datum=WGS84")
bmap <- SOmap(Trim = -35)
## works great!
reproj(bmap, "+proj=stere +lat_0=-90 +lon_0=147 +lat_ts=-71 +datum=WGS84")
## these aren't exactly ideal
reproj(bmap, "+proj=ortho +lat_0=-70")
reproj(bmap, "+proj=laea +lat_0=-55 +lon_0=154 +datum=WGS84")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.