Learn R Programming

RGraphSpace (version 1.1.1)

A Lightweight Interface Between 'igraph' and 'ggplot2' Graphics

Description

Interface to integrate 'igraph' and 'ggplot2' graphics in a normalized coordinate system. 'RGraphSpace' implements new geometric objects using 'ggplot2' prototypes, customized for side-by-side visualization of multiple graphs. By scaling shapes and graph elements, 'RGraphSpace' helps to create layered visualizations that stay coherent across multiple graphs.

Copy Link

Version

Install

install.packages('RGraphSpace')

Monthly Downloads

212

Version

1.1.1

License

Artistic-2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Mauro Castro

Last Published

February 28th, 2026

Functions in RGraphSpace (1.1.1)

GeomNodeSpace

GeomNodeSpace: a ggplot2 prototype for GraphSpace-class methods
gs_nodes,GraphSpace-method

Accessors for applying essential igraph methods to modify attributes of GraphSpace objects.
getGraphSpace,GraphSpace-method

Accessors for fetching slots from a GraphSpace object
GraphSpace

Constructor of GraphSpace-class objects
GraphSpace-class

GraphSpace: An S4 class for igraph objects
geom_nodespace

Draw node elements in a 2D graph layout
geom_edgespace

Draw edge elements in a 2D graph layout
plotGraphSpace,GraphSpace-method

Plotting igraph objects with RGraphSpace
make_gspace_legend

Create standalone legends for RGraphSpace's ggplot objects
plot.GraphSpace

Plot GraphSpace objects
gtoys

Toy 'igraph' objects
RGraphSpace-package

RGraphSpace: A lightweight package for representing large igraph objects in a normalized coordinate system
GeomEdgeSpace

GeomEdgeSpace: a ggplot2 prototype for GraphSpace-class methods