knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

goal

This is an R library for the analysis of geographical data. It includes 6 groups of functions.

Description

The 5 groups of functions are the following:

1) (net) functions for the analysis of networks.

2) (geo) functions for spatial-geometry conversions.

3) (vis) functions for geographical visualization and interpretation of statistics.

4) (uav) functions for analysis of UAV missions and flightpaths.

5) (osm) functions for OpenStreetMap data analysis and downloading.

6) (spa) functions for Spatial Analysis

Installation

You can install goal from GitHub with:

# install.packages("devtools")
library(devtools)

devtools::install_github("dimitrisk/goal")

Example

This is a basic example which shows you how to solve a common problem:

library(goal)

Licence Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. GitHub all releases GitHub issues GitHub pull requests GitHub Repo stars GitHub R package version GitHub release (latest by date) GitHub last commit



dimitrisk/goal documentation built on April 20, 2024, 5:12 p.m.