From 2c3e9ab71c5b068dc601e9bab6782e3dd1b0c892 Mon Sep 17 00:00:00 2001 From: Floris Vanderhaeghe Date: Fri, 16 Feb 2024 14:03:26 +0100 Subject: [PATCH] 8-rastermanip.rmd: fix function name in text --- source/spatial/_R/8-rastermanip.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/spatial/_R/8-rastermanip.rmd b/source/spatial/_R/8-rastermanip.rmd index f45bf1f..8dc19b3 100644 --- a/source/spatial/_R/8-rastermanip.rmd +++ b/source/spatial/_R/8-rastermanip.rmd @@ -471,7 +471,7 @@ r[1:3, 1:3, drop=TRUE] as.matrix(r, wide=TRUE)[1:3, 1:4] ``` -Accessing values through this type of indexing should be avoided inside functions as it is less efficient than accessing values via functions like `getValues`. +Accessing values through this type of indexing should be avoided inside functions as it is less efficient than accessing values via functions like `values`. ## Coercion to other classes