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

Travis build status

AppVeyor build status

Codecov test coverage

The goal of SpatialProbs is to provide functions for working with spatial data and problems with probabilities.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Issoufou-Liman/SpatialProbs")

or

devtools::install_github("Issoufou-Liman/SpatialProbs", build_opts = c("--no-resave-data", "-no-manual"), force = TRUE)

Example

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

library(SpatialProbs)
## basic example code


Issoufou-Liman/SpatialProbs documentation built on Oct. 30, 2019, 7:27 p.m.