R/whereiam.R

#' whereiam: Geolocation package and spherical trigonometry calculations
#'
#' Provides an interface to different geolocation web API and functions
#' for spherical trigonometry calculations on Earth.
#' 
#' \tabular{ll}{
#'   Package: \tab whereiam \cr
#'   Version: \tab 0.0.6 \cr
#'   License: \tab GPL-3 \cr
#' }
#'
#' @author Daniel Rodriguez Perez \email{daniel.rodriguez.perez@@gmail.com}
#' 
#' @import RCurl
#' @import rjson
#' 
#' @references
#' http://www.movable-type.co.uk/scripts/latlong.html
#' 
#' http://www.movable-type.co.uk/scripts/latlong-vincenty.html
#' 
#' http://en.wikipedia.org/wiki/Great-circle_distance
#' 
#' @name whereiam-package
#' @aliases whereiam
#' @docType package
#' 
NULL
drodriguezperez/whereiam documentation built on May 15, 2019, 2:42 p.m.