Skip to content

Commit 8ce1e57

Browse files
authored
Nlyr typo
1 parent a6ca574 commit 8ce1e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/01-raster-structure.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ raster: surface elevation in meters for one time period.
318318

319319
A raster dataset can contain one or more bands. We can use the `rast()`
320320
function to import one single band from a single or multi-band raster. We can
321-
view the number of bands in a raster using the `nly()` function.
321+
view the number of bands in a raster using the `nlyr()` function.
322322

323323
```{r view-raster-bands}
324324
nlyr(DSM_HARV)

0 commit comments

Comments
 (0)