R/plot.GNARnet.R

Defines functions plot.GNARnet

Documented in plot.GNARnet

plot.GNARnet <- function(x, ...){
  ignet <- GNARtoigraph(net=x)
  plot(ignet,...)
}

Try the GNAR package in your browser

Any scripts or data that you put into this service are public.

GNAR documentation built on May 29, 2024, 10:25 a.m.