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]
All associated links for this package
First Published: 2012-06-19
Latest Update: 2024-07-01
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 25 Jun. 2026.
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), 0.16.3 (2024-07-01 09:20)
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

Today's Hot Picks in Authors and Packages

sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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