Skip to content

Commit d9ee6d3

Browse files
authored
Merge pull request #441 from sstevens2/patch-2
Removing info about old raster function
2 parents c93e271 + e35b0c7 commit d9ee6d3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

episodes/01-raster-structure.Rmd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,8 @@ view the number of bands in a raster using the `nlyr()` function.
324324
nlyr(DSM_HARV)
325325
```
326326

327-
However, raster data can also be multi-band, meaning that one raster file
328-
contains data for more than one variable or time period for each cell. By
329-
default the `rast()` function only imports the first band in a raster
330-
regardless of whether it has one or more bands. Jump to a later episode in
331-
this series for information on working with multi-band rasters:
327+
However, raster data can also be multi-band, meaning that one raster file contains data for more than one variable or time period for each cell.
328+
Jump to a later episode in this series for information on working with multi-band rasters:
332329
[Work with Multi-band Rasters in R](05-raster-multi-band-in-r/).
333330

334331
## Dealing with Missing Data

0 commit comments

Comments
 (0)