Skip to content

Commit 6c1e75f

Browse files
authored
Merge pull request #11 from SpatLyu/dev
update ccd vignette
2 parents 4410083 + 797d1de commit 6c1e75f

2 files changed

Lines changed: 29 additions & 15 deletions

File tree

vignettes/ccd.Rmd

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Coupling Coordination Degree Model and Metacoupling Analysis"
33
author: "Wenbo Lyu"
44
date: |
55
| Last update: 2026-05-12
6-
| Last run: `r Sys.Date()`
6+
| Last run: 2026-05-12
77
output: rmarkdown::html_vignette
88
vignette: >
99
%\VignetteIndexEntry{ccd}
@@ -29,15 +29,15 @@ Although widely used, this formulation may suffer from **scale sensitivity and o
2929

3030
## Modified Coupling Degree
3131

32-
### Modification by $\text{wang et al}^{[1]}$.
32+
### Modification by $\text{wang}^{[1]}$.
3333

3434
**First**, Wang et al. introduce a formulation that incorporates pairwise differences among subsystems while normalizing their relative magnitudes:
3535

3636
$$
3737
C = \sqrt{\left[1-\frac{\sum\limits_{i>j,j=1}^{n-1} \sqrt{\left(U_i-U_j\right)^2}}{\sum_{m=1}^{n-1}m}\right] \times \left(\prod_{i=1}^n \frac{U_i}{\text{max} U_i}\right)^{\frac{1}{n-1}}}
3838
$$
3939

40-
### Modification by $\text{fan et al}^{[2]}$.
40+
### Modification by $\text{fan}^{[2]}$.
4141

4242
**Alternatively**, Fan et al. propose a simplified structure derived from variance-like dispersion, which directly captures the imbalance among subsystem indicators:
4343

@@ -206,7 +206,7 @@ fig1
206206

207207
## A Meta-Coupling Analysis
208208

209-
Due to data limitations, here we focus on **peri-coupling** based on a Queen contiguity structure. Pericoupling among neighboring units are further weighted using an inverse distance scheme. The calculation of the coupling coordination degree adopts the formulation proposed by $\text{wang et al}^{[1]}$.
209+
Due to data limitations, here we focus on **peri-coupling** based on a Queen contiguity structure. Pericoupling among neighboring units are further weighted using an inverse distance scheme. The calculation of the coupling coordination degree adopts the formulation proposed by $\text{wang}^{[1]}$.
210210

211211

212212
``` r
@@ -260,10 +260,17 @@ fig2
260260

261261
## References
262262

263-
[1] Wang, S., Kong, W., Ren, L. and ZHI, D., 2021. Research on misuses and modification of coupling coordination degree model in China. Journal of Natural Resources, 36, 793-810. https://doi.org/10.31497/zrzyxb.20210319
263+
1. Wang, S., Kong, W., Ren, L. and ZHI, D., 2021. Research on misuses and modification of coupling coordination degree model in China. Journal of Natural Resources, 36, 793-810. [https://doi.org/10.31497/zrzyxb.20210319][1]
264264

265-
[2] Fan, D., Ke, H. and Cao, R., 2024. Modification and improvement of coupling coordination degree model. Stat. Decis, 40, 41-46. https://doi.org/10.13546/j.cnki.tjyjc.2024.22.007
265+
2. Fan, D., Ke, H. and Cao, R., 2024. Modification and improvement of coupling coordination degree model. Stat. Decis, 40, 41-46. [https://doi.org/10.13546/j.cnki.tjyjc.2024.22.007][2]
266266

267-
[3] Tang, P., Huang, J., Zhou, H., Fang, C., Zhan, Y., Huang, W., 2021. Local and telecoupling coordination degree model of urbanization and the eco-environment based on RS and GIS: A case study in the Wuhan urban agglomeration. Sustainable Cities and Society 75, 103405. https://doi.org/10.1016/j.scs.2021.103405
267+
3. Tang, P., Huang, J., Zhou, H., Fang, C., Zhan, Y., Huang, W., 2021. Local and telecoupling coordination degree model of urbanization and the eco-environment based on RS and GIS: A case study in the Wuhan urban agglomeration. Sustainable Cities and Society 75, 103405. [https://doi.org/10.1016/j.scs.2021.103405][3]
268268

269-
[4] Li, Y., Jia, N., Zheng, L., Yin, C., Chen, K., Sun, N., Jiang, A., Wang, M., Chen, R., Zhou, Z., 2026. A meta-coupling analysis between three-dimensional urbanization and ecosystem services in China’s urban agglomerations. Communications Earth & Environment 7. https://doi.org/10.1038/s43247-025-03047-w
269+
4. Li, Y., Jia, N., Zheng, L., Yin, C., Chen, K., Sun, N., Jiang, A., Wang, M., Chen, R., Zhou, Z., 2026. A meta-coupling analysis between three-dimensional urbanization and ecosystem services in China’s urban agglomerations. Communications Earth & Environment 7. [https://doi.org/10.1038/s43247-025-03047-w][4]
270+
271+
 
272+
273+
[1]: https://doi.org/10.31497/zrzyxb.20210319
274+
[2]: https://doi.org/10.13546/j.cnki.tjyjc.2024.22.007
275+
[3]: https://doi.org/10.1016/j.scs.2021.103405
276+
[4]: https://doi.org/10.1038/s43247-025-03047-w

vignettes/ccd.Rmd.orig

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Although widely used, this formulation may suffer from **scale sensitivity and o
3636

3737
## Modified Coupling Degree
3838

39-
### Modification by $\text{wang et al}^{[1]}$.
39+
### Modification by $\text{wang}^{[1]}$.
4040

4141
**First**, Wang et al. introduce a formulation that incorporates pairwise differences among subsystems while normalizing their relative magnitudes:
4242

4343
$$
4444
C = \sqrt{\left[1-\frac{\sum\limits_{i>j,j=1}^{n-1} \sqrt{\left(U_i-U_j\right)^2}}{\sum_{m=1}^{n-1}m}\right] \times \left(\prod_{i=1}^n \frac{U_i}{\text{max} U_i}\right)^{\frac{1}{n-1}}}
4545
$$
4646

47-
### Modification by $\text{fan et al}^{[2]}$.
47+
### Modification by $\text{fan}^{[2]}$.
4848

4949
**Alternatively**, Fan et al. propose a simplified structure derived from variance-like dispersion, which directly captures the imbalance among subsystem indicators:
5050

@@ -157,7 +157,7 @@ fig1
157157

158158
## A Meta-Coupling Analysis
159159

160-
Due to data limitations, here we focus on **peri-coupling** based on a Queen contiguity structure. Pericoupling among neighboring units are further weighted using an inverse distance scheme. The calculation of the coupling coordination degree adopts the formulation proposed by $\text{wang et al}^{[1]}$.
160+
Due to data limitations, here we focus on **peri-coupling** based on a Queen contiguity structure. Pericoupling among neighboring units are further weighted using an inverse distance scheme. The calculation of the coupling coordination degree adopts the formulation proposed by $\text{wang}^{[1]}$.
161161

162162
```{r peri_coupling}
163163
nb = sdsfun::spdep_nb(gzma)
@@ -200,10 +200,17 @@ fig2
200200

201201
## References
202202

203-
[1] Wang, S., Kong, W., Ren, L. and ZHI, D., 2021. Research on misuses and modification of coupling coordination degree model in China. Journal of Natural Resources, 36, 793-810. https://doi.org/10.31497/zrzyxb.20210319
203+
1. Wang, S., Kong, W., Ren, L. and ZHI, D., 2021. Research on misuses and modification of coupling coordination degree model in China. Journal of Natural Resources, 36, 793-810. [https://doi.org/10.31497/zrzyxb.20210319][1]
204204

205-
[2] Fan, D., Ke, H. and Cao, R., 2024. Modification and improvement of coupling coordination degree model. Stat. Decis, 40, 41-46. https://doi.org/10.13546/j.cnki.tjyjc.2024.22.007
205+
2. Fan, D., Ke, H. and Cao, R., 2024. Modification and improvement of coupling coordination degree model. Stat. Decis, 40, 41-46. [https://doi.org/10.13546/j.cnki.tjyjc.2024.22.007][2]
206206

207-
[3] Tang, P., Huang, J., Zhou, H., Fang, C., Zhan, Y., Huang, W., 2021. Local and telecoupling coordination degree model of urbanization and the eco-environment based on RS and GIS: A case study in the Wuhan urban agglomeration. Sustainable Cities and Society 75, 103405. https://doi.org/10.1016/j.scs.2021.103405
207+
3. Tang, P., Huang, J., Zhou, H., Fang, C., Zhan, Y., Huang, W., 2021. Local and telecoupling coordination degree model of urbanization and the eco-environment based on RS and GIS: A case study in the Wuhan urban agglomeration. Sustainable Cities and Society 75, 103405. [https://doi.org/10.1016/j.scs.2021.103405][3]
208208

209-
[4] Li, Y., Jia, N., Zheng, L., Yin, C., Chen, K., Sun, N., Jiang, A., Wang, M., Chen, R., Zhou, Z., 2026. A meta-coupling analysis between three-dimensional urbanization and ecosystem services in China’s urban agglomerations. Communications Earth & Environment 7. https://doi.org/10.1038/s43247-025-03047-w
209+
4. Li, Y., Jia, N., Zheng, L., Yin, C., Chen, K., Sun, N., Jiang, A., Wang, M., Chen, R., Zhou, Z., 2026. A meta-coupling analysis between three-dimensional urbanization and ecosystem services in China’s urban agglomerations. Communications Earth & Environment 7. [https://doi.org/10.1038/s43247-025-03047-w][4]
210+
211+
 
212+
213+
[1]: https://doi.org/10.31497/zrzyxb.20210319
214+
[2]: https://doi.org/10.13546/j.cnki.tjyjc.2024.22.007
215+
[3]: https://doi.org/10.1016/j.scs.2021.103405
216+
[4]: https://doi.org/10.1038/s43247-025-03047-w

0 commit comments

Comments
 (0)