Description Usage Arguments Details Value Author(s) Examples
toEPSG converts a Spatial* object to another coordinate system, based on EPSG code
Actual conversion is done by spTransform from package maptools
| 1 | toEPSG(spobj, EPSG = 3111)
 | 
| spobj | A Spatial* object. | 
| EPSG | An EPSG code | 
This should work for any EPSG code provided at http://spatialreference.org/ref/epsg/
toVicgrid(spobj) is a convenient shortcut to convert to Vicgrid (epsg 3111)
toMGA55(spobj) is a convenient shortcut to convert to MGA55
toMGA54(spobj) is a convenient shortcut to convert to MGA54
toWGS84(spobj) is a convenient shortcut to convert to WGS84
A Spatial* object in the specified coordinate system.
Michael Scroggie
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.