Description Usage Arguments Details Value Examples
Converts portal coordinates from (longitude, latitude) to xy using the UTM projection.
1 | ll2xy(lon, lat)
|
lon |
numeric vector: longitudes of portal data |
lat |
numeric vector: latitude of portal data |
To install the package rgdal you may need to install under linux the appropriate system libraries. For details see in stackoverflow.com: rgdal package installation and Error: gdal-config not found
a numeric matrix with xy coordinates.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.