plot.Inference_run: Plot function for objects returned by the inference function

Usage Arguments Examples

Usage

1

Arguments

x

Object of class Inference_run as returned by one of the regression methods in this package

...

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x, ...) 
{
    matplot(solveLV_bio(Parms = x$inference$Parms, times = x$data$obs[, 
        1], States = x$data$obs[1, -1])[, -1], type = "l")
  }

lkshrsch/gLVInterNetworks documentation built on May 21, 2019, 7:33 a.m.