File: CITATION

package info (click to toggle)
r-cran-spacetime 1.3-3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,240 kB
  • sloc: sh: 13; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (2)
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
citHeader("To cite spacetime in publications use:")

bibentry(bibtype = "Article",
  title        = "{spacetime}: Spatio-Temporal Data in {R}",
  author       = "Edzer Pebesma",
  journal      = "Journal of Statistical Software",
  year         = "2012",
  volume       = "51",
  number       = "7",
  pages        = "1--30",
  url          = "https://www.jstatsoft.org/v51/i07/",

  textVersion  =
  paste("Edzer Pebesma (2012).",
        "spacetime: Spatio-Temporal Data in R.",
        "Journal of Statistical Software, 51(7), 1-30.",
        "URL https://www.jstatsoft.org/v51/i07/.")
)

bibentry(bibtype="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/")
)