From 68d935e686d9e77faef8699d027c75bf154a9375 Mon Sep 17 00:00:00 2001 From: babayoshihiko Date: Wed, 12 Jun 2024 14:20:55 +0900 Subject: [PATCH] s/figures/images/ --- 04-spatial-operations-ja.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-spatial-operations-ja.Rmd b/04-spatial-operations-ja.Rmd index 6afe9ab..de449f6 100644 --- a/04-spatial-operations-ja.Rmd +++ b/04-spatial-operations-ja.Rmd @@ -1032,7 +1032,7 @@ ndvi_rast = lapp(multi_rast[[c(4, 3)]], fun = ndvi_fun) これにより、NDVI 値が最も大きいのは北部の密林地帯、最も低いのは北部の湖と雪山の尾根に関連していることがわかる。 ```{r 04-ndvi, echo=FALSE, fig.cap="ザイオン国立公園の衛星ファイルの例で計算されたRGB画像 (左) とNDVI値 (右) "} -knitr::include_graphics("figures/04-ndvi.png") +knitr::include_graphics("images/04-ndvi.png") ``` 予測マッピングも、ローカルラスタ操作の興味深い応用例である。