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 a6ca574 commit 8ce1e57Copy full SHA for 8ce1e57
episodes/01-raster-structure.Rmd
@@ -318,7 +318,7 @@ raster: surface elevation in meters for one time period.
318
319
A raster dataset can contain one or more bands. We can use the `rast()`
320
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.
+view the number of bands in a raster using the `nlyr()` function.
322
323
```{r view-raster-bands}
324
nlyr(DSM_HARV)
0 commit comments