Skip to content
Snippets Groups Projects
Commit 340d83b7 authored by Dennis Walvoort's avatar Dennis Walvoort
Browse files

Added Brus (2022) as textbook

parent f9c89415
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,26 @@ citEntry(
)
)
citEntry(
entry = "Book",
title = "Spatial sampling with R",
author = personList(
as.person("D. J. Brus")
),
publisher = "CRC Press",
year = "2022",
note = "Available online at https://dx.doi.org/10.1016/j.cageo.2010.04.005",
textVersion = paste(
"Brus, D. J. (2022)",
"Spatial sampling with R",
"CRC Press",
"Available online at https://github.com/DickBrus/SpatialSamplingwithR"
)
)
citFooter(
"See de Gruijter et. al. (2006) and Walvoort et al. (2010) for an introduction to spatial coverage sampling and its applications.\n",
paste("Refer to Walvoort et al. (", year, ") for the spcosa package.\n", sep = ""),
"See Brus et. al. (1999) for stratified simple random sampling for composites.\n"
"See Brus et. al. (1999) for stratified simple random sampling for composites,\n",
"and Brus (2022) for a textbook with exercises\n"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment