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 21 Dec. 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

CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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