# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gephi" in publications use:' type: software license: MIT title: 'gephi: Write graph objects to a file format that gephi understands' version: 1.0.1 doi: 10.32614/CRAN.package.gephi abstract: Sometimes you want to visualize your graph information in 'gephi'. 'Gephi' needs certain column names to make sense of the file. This package writes edge and node information to csv files with correct names so you can read it in easily with gephi. You can also read the files in with igraph/tidygraph. It makes it much easier to switch between R and 'gephi'. This R-package does not interface with the open source network visualisation tool 'gephi' but it writes and reads csv files in a way that 'gephi' expects, reducing the friction when switching between tools. authors: - family-names: Hogervorst given-names: Roel M. email: hogervorst.rm@gmail.com orcid: https://orcid.org/0000-0001-7509-0328 repository: https://rmhogervorst.r-universe.dev repository-code: https://github.com/RMHogervorst/gephi commit: 52552a21ae5b0bed4f17c6c4693b7b27fdafba14 url: http://rmhogervorst.nl/gephi/ contact: - family-names: Hogervorst given-names: Roel M. email: hogervorst.rm@gmail.com orcid: https://orcid.org/0000-0001-7509-0328