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