From 9d4afb4f3831ff6966f874783427ebeecd9cf8d1 Mon Sep 17 00:00:00 2001 From: Sarah Stevens Date: Tue, 4 Jun 2024 10:17:40 -0500 Subject: [PATCH] Removing info about old raster function --- episodes/01-raster-structure.Rmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/episodes/01-raster-structure.Rmd b/episodes/01-raster-structure.Rmd index 9fa0f2425..0df81b72d 100644 --- a/episodes/01-raster-structure.Rmd +++ b/episodes/01-raster-structure.Rmd @@ -325,9 +325,8 @@ 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 `raster()` function only imports the first band in a raster -regardless of whether it has one or more bands. Jump to a later episode in +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/).