File: CITATION

package info (click to toggle)
misc3d 0.9-1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
citHeader("To cite misc3d in publications use:")

citEntry(entry = "Article",
  title        = "Computing and Displaying Isosurfaces in {R}",
  author       = personList(as.person("Dai Feng"),
                   as.person("Luke Tierney")),
  journal      = "Journal of Statistical Software",
  year         = "2008",
  volume       = "28",
  number       = "1",
  doi          = "10.18637/jss.v028.i01",

  textVersion  =
  paste("Dai Feng, Luke Tierney (2008).",
        "Computing and Displaying Isosurfaces in R.",
        "Journal of Statistical Software 28(1).",
        "doi:10.18637/jss.v028.i01.")
)