Skip to content

Commit

Permalink
update vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Sep 29, 2024
1 parent 4c3676b commit 6cb666f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vignettes/opgd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions vignettes/sesu.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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)

0 comments on commit 6cb666f

Please sign in to comment.