Skip to content

Commit

Permalink
Merge pull request #441 from sstevens2/patch-2
Browse files Browse the repository at this point in the history
Removing info about old raster function
  • Loading branch information
drakeasberry authored Jun 15, 2024
2 parents c93e271 + e35b0c7 commit d9ee6d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions episodes/01-raster-structure.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,8 @@ view the number of bands in a raster using the `nlyr()` function.
nlyr(DSM_HARV)
```

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. By
default the `rast()` function only imports the first band in a raster
regardless of whether it has one or more bands. Jump to a later episode in
this series for information on working with multi-band rasters:
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.
Jump to a later episode in this series for information on working with multi-band rasters:
[Work with Multi-band Rasters in R](05-raster-multi-band-in-r/).

## Dealing with Missing Data
Expand Down

0 comments on commit d9ee6d3

Please sign in to comment.