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.")
)
|