Skip to content

Commit edf7901

Browse files
committed
changed cellStats() to global() in keypoints section
1 parent 1b2fea6 commit edf7901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/14-extract-ndvi-from-rasters-in-r.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ write.csv(avg_NDVI_SJER_clean, file = "meanNDVI_SJER_2011.csv")
486486

487487
:::::::::::::::::::::::::::::::::::::::: keypoints
488488

489-
- Use the `cellStats()` function to calculate summary statistics for cells in a
489+
- Use the `global()` function to calculate summary statistics for cells in a
490490
raster object.
491491
- The pipe (`|`) operator means `or`.
492492
- Use the `rbind()` function to combine data frames that have the same column

0 commit comments

Comments
 (0)