From 1f9c19a0349a4e221638b269c759c414bb9ad10e Mon Sep 17 00:00:00 2001 From: Sarah Stevens Date: Tue, 4 Jun 2024 10:15:47 -0500 Subject: [PATCH] typo fix --- episodes/05-raster-multi-band-in-r.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-raster-multi-band-in-r.Rmd b/episodes/05-raster-multi-band-in-r.Rmd index 655abf73c..39205ab13 100644 --- a/episodes/05-raster-multi-band-in-r.Rmd +++ b/episodes/05-raster-multi-band-in-r.Rmd @@ -55,7 +55,7 @@ Each RGB image is a 3-band raster. The same steps would apply to working with a multi-spectral image with 4 or more bands - like Landsat imagery. By using the `rast()` function along with the `lyrs` parameter, we can read -specific raster bands (i.e. the first one); omitting this parater would read +specific raster bands (i.e. the first one); omitting this parameter would read instead all bands. ```{r read-single-band}