Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1004 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1004 Bytes

spathial

Install spathial

Step 1: install the devtools package

To install spathial, start by installing the devtools package. The best way to do this is from CRAN, by typing:

install.packages("devtools")

Step 2: install spathial

Install spathial from GitHub using the following code, where you need to remember to list both the author and the name of the package. All the dependencies are automatically installed.

library(devtools)
devtools::install_github("erikagardini/spathial", build_vignettes=TRUE)

Step 3: load spathial

library(spathial)

Hot to use spathial

A long-form guide to spathial can be found with the following command. Our vignette describes the problem that spathial is designed to solve, and then show how to solve it. We demonstrate how to coordinate multiple functions to solve problems and we explain the details of our package.

vignette("spathial")

spathial Logo