R/vert.status.plot.R

vert.status.plot <-
   function (net){
   plot(net, displaylabels=TRUE, vertex.col=match(net %v% "status", levels(as.factor((net %v% "status"))) ))
}

Try the epineticseq package in your browser

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

epineticseq documentation built on May 2, 2019, 4:56 p.m.