# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ggraph" in publications use:' type: software license: MIT title: 'ggraph: An Implementation of Grammar of Graphics for Graphs and Networks' version: 2.2.1.9000 doi: 10.32614/CRAN.package.ggraph abstract: The grammar of graphics as implemented in ggplot2 is a poor fit for graph and network visualizations due to its reliance on tabular data input. ggraph is an extension of the ggplot2 API tailored to graph visualizations and provides the same flexible approach to building up plots layer by layer. authors: - family-names: Pedersen given-names: Thomas Lin email: thomasp85@gmail.com orcid: https://orcid.org/0000-0002-5147-4711 repository: https://thomasp85.r-universe.dev repository-code: https://github.com/thomasp85/ggraph commit: 9a0bfb1234044ca04b357a0ea77415d09e149bd5 url: https://ggraph.data-imaginist.com contact: - family-names: Pedersen given-names: Thomas Lin email: thomasp85@gmail.com orcid: https://orcid.org/0000-0002-5147-4711