citHeader("To cite alphashape3d in publications use:")

citEntry(entry = "Article",
  title        = "{R} Implementation of a Polyhedral Approximation to a 3D Set of Points Using the ${\\alpha}$-Shape",
  author       = personList(as.person("Thomas Lafarge"),
                   as.person("Beatriz Pateiro-L{\\'o}pez"),
                   as.person("Antonio Possolo"),
                   as.person("Joy P. Dunkers")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "56",
  number       = "4",
  pages        = "1--19",
  url          = "http://www.jstatsoft.org/v56/i04/",

  textVersion  =
  paste("Thomas Lafarge, Beatriz Pateiro-Lopez, Antonio Possolo, Joy P. Dunkers (2014).",
        "R Implementation of a Polyhedral Approximation to a 3D Set of Points Using the Alpha-Shape.",
        "Journal of Statistical Software, 56(4), 1-19.",
        "URL http://www.jstatsoft.org/v56/i04/.")
)

