Skip to content

Retrieve additional k-means cluster members

License

Notifications You must be signed in to change notification settings

Ci-TJ/spathial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Retrieve additional k-means cluster members

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%