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 April 28, 2023, 1:12 a.m.