Skip to content

Commit a77c4bd

Browse files
committed
replaced overlay() with lapp() function in objective section
1 parent f7f6c2c commit a77c4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/04-raster-calculations-in-r.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source("setup.R")
1212
::::::::::::::::::::::::::::::::::::::: objectives
1313

1414
- Perform a subtraction between two rasters using raster math.
15-
- Perform a more efficient subtraction between two rasters using the raster `overlay()` function.
15+
- Perform a more efficient subtraction between two rasters using the raster `lapp()` function.
1616
- Export raster data as a GeoTIFF file.
1717

1818
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)