R/plot.Inference_run.R

plot.Inference_run <-
function(x, ...){
    
    matplot(x = x$obs[,1],y = x$obs[,-1], xlab = "Time", ylab="Model solution" , ... )  
}
lkshrsch/gLVInterNetworks documentation built on May 21, 2019, 7:33 a.m.