Description Usage Arguments Value
View source: R/Convert_EN_to_LL_Fn.ndd.r
Function to convert points stored as eastings and northings to lat-lon
1 2 3 4 5 6 7  | Convert_EN_to_LL_Fn.ndd(
  E,
  N,
 
    crs.en = "+proj=tpeqd +lat_1=0 +lon_1=155 +lat_2=0 +lon_2=209 +datum=WGS84 +ellps=WGS84 +units=km +no_defs",
  crs.ll = "+proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0"
)
 | 
E | 
 Vector of eastings  | 
N | 
 Vector of northings  | 
crs.en | 
 Character string of the crs for the E-N projection  | 
crs.ll | 
 Character string of the crs for the current lat-lon projections  | 
Matrix of two columns: Lon and Lat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.