Other packages > Find by keyword >

rgexf  

Build, Import, and Export GEXF Graph Files
View on CRAN: Click here


Download and install rgexf package within the R console
Install from CRAN:
install.packages("rgexf")

Install from Github:
library("remotes")
install_github("cran/rgexf")

Install by package version:
library("remotes")
install_version("rgexf", "0.16.3")



Attach the package and use:
library("rgexf")
Maintained by
George Vega Yon
[Scholar Profile | Author Map]
First Published: 2012-06-19
Latest Update: 2021-08-12
Description:
Create, read and write 'GEXF' (Graph Exchange 'XML' Format) graph files (used in 'Gephi' and others). Using the 'XML' package, it allows the user to easily build/read graph files including attributes, 'GEXF' visual attributes (such as color, size, and position), network dynamics (for both edges and nodes) and edge weighting. Users can build/handle graphs element-by-element or massively through data-frames, visualize the graph on a web browser through 'gexf-js' (a 'javascript' library) and interact with the 'igraph' package.
How to cite:
George Vega Yon (2012). rgexf: Build, Import, and Export GEXF Graph Files. R package version 0.16.3, https://cran.r-project.org/web/packages/rgexf. Accessed 15 Apr. 2025.
Previous versions and publish date:
0.12.06 (2012-06-19 13:42), 0.13.01 (2013-01-04 09:06), 0.13.03 (2013-03-14 17:43), 0.13.8 (2013-08-07 07:55), 0.14.3.11 (2014-03-11 19:09), 0.15.3 (2015-03-24 18:27), 0.16.0 (2020-02-17 07:00), 0.16.2 (2021-08-12 23:30)
Other packages that cited rgexf R package
View rgexf citation profile
Other R packages that rgexf depends, imports, suggests or enhances
Complete documentation for rgexf
Functions, R codes and Examples using the rgexf R package
Some associated functions: add.gexf.node . check.dpl.edges . checkTimes . edge.list . followers . gexf-class . gexf-methods . head.gexf . igraph.to.gexf . new.gexf.graph . plot.gexf . read.gexf . rgexf-package . switch.edges . twitteraccounts . 
Some associated R codes: bugs.R . gexf.R . igraph.R . manipulation.R . math.R . methods.R . plot.R . read.gexf.R . rgexf-package.R . rgexf.R .  Full rgexf package functions and examples
Downloads during the last 30 days
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for rgexf1015202530354045505560657075TrendBars

Today's Hot Picks in Authors and Packages

ffscrapr  
API Client for Fantasy Football League Platforms
Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming ap ...
Download / Learn more Package Citations See dependency  
Maintainer: Tan Ho (view profile)
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  
mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  
StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA