README.md

Welcome to the Homepage of HK80

What is it?

It is an R package for converting HK80 (Hong Kong 1980 geographical coordinating system) to WGS84 and UTM coordinating systems and vice versa.

How to install:

If you are using Windows, install R from a CRAN mirror:

https://cran.r-project.org/mirrors.html

From Start > Program Files > RGui

you can type the R code from the command line.

to install the package, type the following code to command line:

install.packages("HK80")

or install the most updated version from github

library(devtools)
install_github("helixcn/HK80")

How to use?

To load the package HK80 into the current session, please use the following R code

library(HK80)

To see the help file of this package, please type:

?HK80

List of functions available in this package:

To see the help of each function, please type ?nameofthefunction, example:

?WGS84GEO_TO_HK80UTM

To run the example of the corresponding function, copy the R code in the Example section of each help page to the R command Line.

Questions, Comments or Suggestions:

Feel free to send an email regarding to this package to Jinlong Zhang jinlongzhang01@gmail.com



Try the HK80 package in your browser

Any scripts or data that you put into this service are public.

HK80 documentation built on May 2, 2019, 2:10 a.m.