Learn R Programming

RGraphSpace (version 1.0.9)

GraphSpace-class: GraphSpace: An S4 class for igraph objects

Description

GraphSpace: An S4 class for igraph objects

Arguments

Value

An S4 class object.

Slots

nodes

A data frame with xy-vertex coordinates.

edges

A data frame with edges.

graph

An igraph object.

image

A raster background image matrix.

pars

A list with parameters.

misc

A list with intermediate objects for downstream methods.

Constructor

see GraphSpace constructor.