-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1001 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: habCluster
Type: Package
Title: Detecting Spatial Clustering Based on Connection Cost Between Grids
Version: 1.0.5
Date: 2022-05-24
Author: Qiang Dai
Maintainer: Qiang Dai <[email protected]>
Description: Based on landscape connectivity, spatial boundaries were
identified using community detection algorithm at grid level. Methods
using raster as input and the value of each cell of the raster is the
"smoothness" to indicate how easy the cell connecting with neighbor cells.
Details about the 'habCluster' package methods can be found in Zhang et al.
<bioRxiv:2022.05.06.490926>.
License: GPL (>= 3)
Depends:
R (>= 4.0.0),
igraph (>= 1.3.0),
stars (>= 0.5-0),
sf (>= 1.0.0),
methods
Imports:
Rcpp,
raster
Suggests:
knitr,
rmarkdown,
testthat (>= 3.1.0),
spelling
Config/testthat/edition: 3
LinkingTo:
Rcpp
Encoding: UTF-8
RoxygenNote: 7.1.2
LazyData: true
VignetteBuilder: knitr
Language: en-US