Skip to content

Commit b5d4dc0

Browse files
authored
Merge pull request #400 from drakeasberry/da-e5
fixed typos: Capitalization error in title and wrong package name listed
2 parents 4d7078c + 2162a8b commit b5d4dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/05-raster-multi-band-in-r.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Work With Multi-Band Rasters
2+
title: Work with Multi-Band Rasters
33
teaching: 40
44
exercises: 20
55
source: Rmd
@@ -12,7 +12,7 @@ source("setup.R")
1212
::::::::::::::::::::::::::::::::::::::: objectives
1313

1414
- Identify a single vs. a multi-band raster file.
15-
- Import multi-band rasters into R using the `raster` package.
15+
- Import multi-band rasters into R using the `terra` package.
1616
- Plot multi-band color image rasters in R using the `ggplot` package.
1717

1818
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)