From 8ce1e5726f161c7e62df4fa6e9b6af612e782ac2 Mon Sep 17 00:00:00 2001 From: Sarah Stevens Date: Tue, 4 Jun 2024 05:43:16 -0500 Subject: [PATCH] Nlyr typo --- episodes/01-raster-structure.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-raster-structure.Rmd b/episodes/01-raster-structure.Rmd index 9fa0f2425..6810ae09b 100644 --- a/episodes/01-raster-structure.Rmd +++ b/episodes/01-raster-structure.Rmd @@ -318,7 +318,7 @@ raster: surface elevation in meters for one time period. A raster dataset can contain one or more bands. We can use the `rast()` function to import one single band from a single or multi-band raster. We can -view the number of bands in a raster using the `nly()` function. +view the number of bands in a raster using the `nlyr()` function. ```{r view-raster-bands} nlyr(DSM_HARV)