From 6cb666f64ea46dafc27bc4d2aee65f770beaf1cc Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sun, 29 Sep 2024 11:38:23 +0800 Subject: [PATCH] update vignettes --- vignettes/opgd.Rmd | 2 +- vignettes/sesu.Rmd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vignettes/opgd.Rmd b/vignettes/opgd.Rmd index 12b052eb..0126c6d5 100644 --- a/vignettes/opgd.Rmd +++ b/vignettes/opgd.Rmd @@ -197,4 +197,4 @@ You can use `plot()` to visualize the result. plot(ndvi_opgd) ``` -![plot of chunk opgd_plot](man/figures/opgd/opgd_plot-1.png) +![](../man/figures/opgd/opgd_plot-1.png) diff --git a/vignettes/sesu.Rmd b/vignettes/sesu.Rmd index a7c4e478..8f66d604 100644 --- a/vignettes/sesu.Rmd +++ b/vignettes/sesu.Rmd @@ -373,7 +373,7 @@ g1 plot(g1) ``` -![plot of chunk opgd](man/figures/sesu/opgd-1.png) +![](../man/figures/sesu/opgd-1.png) ## Comparison of Size Effect of Spatial Units based on GOZH model @@ -445,7 +445,7 @@ g2 plot(g2) ``` -![plot of chunk gozh1](man/figures/sesu/gozh1-1.png) +![](../man/figures/sesu/gozh1-1.png) You can also use the same strategy as `sesu_opgd()` (use the mean of the individual Q statistic for all explanatory variables) in `sesu_gozh()` by assign `strategy` to `1`. @@ -627,7 +627,7 @@ g3 plot(g3) ``` -![plot of chunk gozh2](man/figures/sesu/gozh2-1.png) +![](../man/figures/sesu/gozh2-1.png) As shown above, strategy `2` results in a better trade-off between spatial unit expressive detail and explanatory power than strategy `1`. So `sesu_gozh()` defaults to use strategy `2`(using the interactive Q statistic for all explanatory variables)