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: 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 06 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
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  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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