plot.Sim_data: Plot function for objects returned by in silico data...

Usage Arguments Examples

Usage

1

Arguments

x

Object of class Sim_data as returned by function gLVgenerateData()

legend

Set to TRUE to place a basic legend in the topright of the plot

...

Examples

1
2
3
4
5
6
7
8
9
##---- 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(x$obs[, -1])
  }

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