# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ggdendro" in publications use:' type: software title: 'ggdendro: Create Dendrograms and Tree Diagrams Using ''ggplot2''' version: 0.2.0 doi: 10.32614/CRAN.package.ggdendro abstract: This is a set of tools for dendrograms and tree plots using 'ggplot2'. The 'ggplot2' philosophy is to clearly separate data from the presentation. Unfortunately the plot method for dendrograms plots directly to a plot device without exposing the data. The 'ggdendro' package resolves this by making available functions that extract the dendrogram plot data. The package provides implementations for 'tree', 'rpart', as well as diana and agnes (from 'cluster') diagrams. authors: - family-names: Vries given-names: Andrie name-particle: de email: apdevries@gmail.com - family-names: Ripley given-names: Brian D. repository: https://andrie.r-universe.dev repository-code: https://github.com/andrie/ggdendro commit: 18980071176efa3f3b7b2c00e6deff99a7040b95 url: https://andrie.github.io/ggdendro/ contact: - family-names: Vries given-names: Andrie name-particle: de email: apdevries@gmail.com