knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The nvctr
package implements the n-vector approach to geographical position calculations using an
ellipsoidal model of Earth as described in [@gade_2010].
Implementations in various computer languages can be found at the n-vector page [@navigationgroupatffi_2010].
You can install the development version of nvctr
from
GitHub with:
devtools::install_github("euctrl-pru/nvctr")
or the CRAN version (when this package will land to CRAN):
install.packages("nvctr")
nvctr
can be used to solve geographical position calculation like (example numbers refer to the
ones in the vignette):
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.