Skip to content

Commit

Permalink
Nlyr typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sstevens2 authored Jun 4, 2024
1 parent a6ca574 commit 8ce1e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/01-raster-structure.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ce1e57

Please sign in to comment.