This is an R library for the analysis of geographical data. It includes 6 groups of functions.
The 5 groups of functions are the following:
-
(
net) functions for the analysis of networks. -
(
geo) functions for spatial-geometry conversions. -
(
vis) functions for geographical visualization and interpretation of statistics. -
(
uav) functions for analysis of UAV missions and flightpaths. -
(
osm) functions for OpenStreetMap data analysis and downloading. -
(
spa) functions for Spatial Analysis
You can install goal from GitHub with:
# install.packages("devtools")
library(devtools)
devtools::install_github("dimitrisk/goal")This is a basic example which shows you how to solve a common problem:
library(goal)