Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

graph-iplot

Function for plotting graphs using the 'igraph' package.


Description

Generic function for plotting graphs using the 'igraph' package and a plot method for graphNEL objects.

Usage

iplot(x, ...)

## S3 method for class 'graphNEL'
iplot(x, ...)

Arguments

x

A graph object to be plotted.

...

Additional arguments

Author(s)

Søren Højsgaard, sorenh@math.aau.dk

Examples

UG <- ug(~a:b+b:c:d)
iplot(UG)

gRbase

A Package for Graphical Modelling in R

v1.8-6.7
GPL (>= 2)
Authors
Søren Højsgaard <sorenh@math.aau.dk>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.