From 83fa882f15a90e93ca66ce5b411ae7dc68dd9944 Mon Sep 17 00:00:00 2001 From: "Walvoort, Dennis" <dennis.walvoort@wur.nl> Date: Sat, 4 Dec 2021 23:58:05 +0100 Subject: [PATCH] fixed typo --- vignettes/spcosa.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/spcosa.Rmd b/vignettes/spcosa.Rmd index 587be15..1c51136 100644 --- a/vignettes/spcosa.Rmd +++ b/vignettes/spcosa.Rmd @@ -203,7 +203,7 @@ In estimating the spatial mean, differences in surface area of the strata are ta ```{r} estimate("standard error", stratification, sampling_pattern, my_data) ``` -The spatial cumulative distribution function (SCDF) (see deGruijter _et al._, 2006) can be estimated by means of +The spatial cumulative distribution function (SCDF) (see de Gruijter _et al._, 2006) can be estimated by means of ```{r} scdf <- estimate("scdf", stratification, sampling_pattern, my_data) ``` -- GitLab