We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cellStats()
global()
1 parent 1b2fea6 commit edf7901Copy full SHA for edf7901
episodes/14-extract-ndvi-from-rasters-in-r.Rmd
@@ -486,7 +486,7 @@ write.csv(avg_NDVI_SJER_clean, file = "meanNDVI_SJER_2011.csv")
486
487
:::::::::::::::::::::::::::::::::::::::: keypoints
488
489
-- Use the `cellStats()` function to calculate summary statistics for cells in a
+- Use the `global()` function to calculate summary statistics for cells in a
490
raster object.
491
- The pipe (`|`) operator means `or`.
492
- Use the `rbind()` function to combine data frames that have the same column
0 commit comments