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
|
citHeader("To cite spdep in publications use one or more of the following as appropriate:")
citEntry(entry = "Article",
author = personList(as.person("Roger Bivand"), as.person("David W. S. Wong")),
title = "Comparing implementations of global and local indicators of spatial association",
journal = "TEST",
year = "2018",
volume = "27",
number = "3",
pages = "716--748",
doi = "10.1007/s11749-018-0599-x",
textVersion =
paste("Bivand, Roger S. and Wong, David W. S. (2018)", "Comparing implementations of global and local indicators of spatial association", "TEST, 27(3), 716-748.", "URL https://doi.org/10.1007/s11749-018-0599-x")
)
citEntry(entry = "Article",
author = personList(as.person("Roger Bivand")),
title = "R Packages for Analyzing Spatial Data: A Comparative Case Study with Areal Data",
journal = "Geographical Analysis",
year = "2022",
volume = "54",
number = "3",
pages = "488-518",
doi = "10.1111/gean.12319",
textVersion =
paste("Bivand, R. (2022)", "R Packages for Analyzing Spatial Data: A Comparative Case Study with Areal Data", "Geographical Analysis, 54(3), 488-518", "URL https://doi.org/10.1111/gean.12319")
)
citEntry(entry="book",
author = "Roger S. Bivand, Edzer Pebesma and Virgilio Gomez-Rubio",
title = "Applied spatial data analysis with {R}, Second edition",
year = "2013",
publisher = "Springer, NY",
url = "https://asdar-book.org/",
textVersion =
paste("Roger S. Bivand, Edzer Pebesma, Virgilio Gomez-Rubio, 2013.",
"Applied spatial data analysis with R, Second edition. Springer, NY.",
"https://asdar-book.org/")
)
|