File: CITATION

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

citEntry(entry       = "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,
	url          = "http://www.jstatsoft.org",
	textVersion  = paste("Ligges, U. and Mchler, M. (2003).",
		"Scatterplot3d - an R Package for Visualizing Multivariate Data.",
		"Journal of Statistical Software 8(11), 1-20.")
	)