Skip to content

Commit

Permalink
Merge pull request #440 from sstevens2/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
drakeasberry authored Jun 15, 2024
2 parents 893926e + 1f9c19a commit c93e271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-raster-multi-band-in-r.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c93e271

Please sign in to comment.