rstar_plot: Plot Rstar ZNGIs

Description Usage Arguments Details Author(s)

Description

Plot Rstar ZNGIs

Usage

1
2
3
4
rstar_plot(m, sys, xlim = c(0, 1), ylim = c(0, 1), col = seq_len(ncol(x)))

rstar_trajectory(m, sys, col = seq_len(ncol(sys$x)), eps = 1e-06,
  t_max = 100, t_len = 101, S = NULL, col_died = "grey")

Arguments

m

Rstar model, made by make_rstar

sys

Model state (x is used)

xlim

X axis limits (resource 1)

ylim

Y axis limits (resource 2)

col

Vector of colours along species

eps

Density at which species are considered extinct

t_max

Maximum time to run simulation until

t_len

Number of time intervals to run simulation over

S

Resource supply rates (and initial resource levels)

col_died

Colour of communities that go extinct.

Details

Will change

Author(s)

Rich FitzJohn


traitecoevo/Revolve documentation built on May 31, 2019, 7:42 p.m.