We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1f784 commit 2162a8bCopy full SHA for 2162a8b
episodes/05-raster-multi-band-in-r.Rmd
@@ -1,5 +1,5 @@
1
---
2
-title: Work With Multi-Band Rasters
+title: Work with Multi-Band Rasters
3
teaching: 40
4
exercises: 20
5
source: Rmd
@@ -12,7 +12,7 @@ source("setup.R")
12
::::::::::::::::::::::::::::::::::::::: objectives
13
14
- Identify a single vs. a multi-band raster file.
15
-- Import multi-band rasters into R using the `raster` package.
+- Import multi-band rasters into R using the `terra` package.
16
- Plot multi-band color image rasters in R using the `ggplot` package.
17
18
::::::::::::::::::::::::::::::::::::::::::::::::::
0 commit comments