plot.loongraph: Plot a loon graph object with base R graphics

View source: R/graphutils.R

plot.loongraphR Documentation

Plot a loon graph object with base R graphics

Description

This function converts the loongraph object to one of class graph and the plots it with its respective plot method.

Usage

## S3 method for class 'loongraph'
plot(x, ...)

Arguments

x

object of class loongraph

...

arguments forwarded to method

Examples

  g <- loongraph(letters[1:4], letters[1:3], letters[2:4], FALSE)


loon documentation built on July 9, 2023, 5:48 p.m.