1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
c(
bibentry(bibtype = "Book",
title =
"Spatial Point Patterns: Methodology and Applications with {R}",
author = c(person("Adrian", "Baddeley"),
person("Ege", "Rubak"),
person("Rolf", "Turner")),
year = "2015",
publisher = "Chapman and Hall/CRC Press",
address = "London",
isbn = 9781482210200,
url = "https://www.routledge.com/Spatial-Point-Patterns-Methodology-and-Applications-with-R/Baddeley-Rubak-Turner/p/book/9781482210200/",
header = "To cite spatstat in publications, please use:"
),
bibentry(bibtype = "Article",
title = "Hybrids of Gibbs Point Process Models and Their Implementation",
author = c(person("Adrian", "Baddeley"),
person("Rolf", "Turner"),
person("Jorge", "Mateu"),
person("Andrew", "Bevan")),
journal = "Journal of Statistical Software",
year = "2013",
volume = "55",
number = "11",
pages = "1--43",
doi = "10.18637/jss.v055.i11",
header = "If you use hybrid models, please also cite:"
),
bibentry(bibtype = "Article",
title = "{spatstat}: An {R} Package for Analyzing Spatial Point Patterns",
author = c(person("Adrian", "Baddeley"),
person("Rolf", "Turner")),
journal = "Journal of Statistical Software",
year = "2005",
volume = "12",
number = "6",
pages = "1--42",
doi = "10.18637/jss.v012.i06",
header = "In survey articles, please also cite the original paper on spatstat:"
)
)
|