https://github.com/cran/spatstat
Revision 18acf14110bc4241dc61b67f2572e8de8ec4ff33 authored by Adrian Baddeley on 14 May 2008, 23:29:29 UTC, committed by cran-robot on 14 May 2008, 23:29:29 UTC
1 parent 845d2bb
Raw File
Tip revision: 18acf14110bc4241dc61b67f2572e8de8ec4ff33 authored by Adrian Baddeley on 14 May 2008, 23:29:29 UTC
version 1.13-2
Tip revision: 18acf14
CITATION
citHeader("To cite", sQuote("spatstat"), "in publications, please use:")

citEntry(entry = "article",
         title = "Spatstat: an {R} package for analyzing spatial point patterns",
         author = personList(
           as.person("Adrian Baddeley"), 
           as.person("Rolf Turner")
           ),
         journal = "Journal of Statistical Software",
         volume= "12",
         number = "6",
         pages = "1--42",
         year  = "2005",
         note  = "{ISSN} 1548-7660",
         url   = "www.jstatsoft.org",
	 textVersion = paste(
		"A. Baddeley and R. Turner (2005).",
		"Spatstat: an R package for analyzing spatial point patterns.",
	        "Journal of Statistical Software 12 (6), 1-42.",
         	"ISSN: 1548-7660.",
	        "URL: www.jstatsoft.org")
         )


citFooter("For references to additional papers describing the use of",
          sQuote("spatstat"),
	  "see", sQuote("help(\"spatstat\")."))

back to top