File: CITATION

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

bibentry(bibtype       = "article",
	title        = "Scatterplot3d - an R Package for Visualizing Multivariate Data",
	author       = c(person(given="Uwe", family="Ligges", email="Uwe.Ligges@R-project.org"),
				     person(given="Martin", family='M{\\"a}chler', email="Martin.Maechler@R-project.org")),
	journal      = "Journal of Statistical Software",
	year         = 2003,
	pages        = "1--20",
	number       = 11,
    volume       = 8,
	doi          = "10.18637/jss.v008.i11",
	textVersion  = paste("Ligges, U. and Mächler, M. (2003).",
		"Scatterplot3d - an R Package for Visualizing Multivariate Data.",
		"Journal of Statistical Software 8(11), 1-20.")
	)