-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
75 lines (57 loc) · 2.01 KB
/
README.Rmd
File metadata and controls
75 lines (57 loc) · 2.01 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```
# SecDim
<!-- badges: start -->
[](https://CRAN.R-project.org/package=SecDim)
[](https://CRAN.R-project.org/package=SecDim)
[](https://doi.org/10.1016/j.jag.2022.102834)
[](https://ausgis.r-universe.dev/SecDim)
<!-- badges: end -->
**The second dimension of spatial association**
Please cite **SecDim** as:
> Song, Y. (2022). The second dimension of spatial association.
> *Journal of Applied Earth Observation and Geoinformation*,*111*, 102834.
> <https://doi.org/10.1016/j.jag.2022.102834>.
A BibTeX entry for LaTeX users is:
``` bib
@Article{Song_2022,
title = {The second dimension of spatial association},
author = {Song Yongze},
year = {2022},
month = {jul},
volume = {111},
pages = {102834},
journal = {International Journal of Applied Earth Observation and Geoinformation},
issn = {1569-8432},
publisher = {Elsevier BV},
doi = {10.1016/j.jag.2022.102834},
url = {https://doi.org/10.1016/j.jag.2022.102834},
}
```
## Installation
- Install from [CRAN](https://CRAN.R-project.org/package=SecDim) with:
``` r
install.packages("SecDim")
```
- Install development binary version from [r-universe](https://ausgis.r-universe.dev/SecDim) with:
``` r
install.packages('SecDim',repos = c("https://ausgis.r-universe.dev",
"https://cran.rstudio.com/"))
```
- Install development source version from [GitHub](https://github.com/ausgis/SecDim) with:
``` r
# install.packages("devtools")
devtools::install_github("ausgis/SecDim", build_vignettes = TRUE)
```