R/plotFlowRange.R

Defines functions plotFlowRange

Documented in plotFlowRange

plotFlowRange <- function(limList,flow,...)
{
  AllNetworks <- limList$AllNetworks

  plot(x=1:length(AllNetworks[,flow]),y=AllNetworks[,flow],
       type = "l",xlab = "Iteration",ylab = flow,...)

}

Try the FlowCAr package in your browser

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

FlowCAr documentation built on Sept. 30, 2019, 5:04 p.m.