graph.simul.conc.end: Graphics of simulation ends

Description Usage Arguments Details See Also Examples

View source: R/graph.simul.conc.end.R

Description

Gives graphics of enzyme concentrations two-by-two at end of simulation

Usage

1
2
graph.simul.conc.end(all_res_sim,new.window=FALSE,add.eq=TRUE,
which.sim=NULL,which.enz=NULL,...)

Arguments

all_res_sim

List, the output of function simul.evol.enz.multiple (results of evolution simulation).

new.window

Logical. Do graphics appear in a new window?

add.eq

Logical. Do equilibrium appear on graph?

which.sim

Numeric vector containing integer numbers between 1 and nsim. Which simulations would you represent? If NULL (default), all simulations would be represented.

which.enz

Numeric vector containing integer numbers between 1 and n. Which enzymes would you represent? If NULL (default), all enzymes would be represented.

...

Arguments to be passed in plot function, such as lwd or cex.

Details

This function shows the concentration of one enzyme against the concentration of another enzyme, for selected enzymes.

Simulation ends are supposed to be near to equilibrium, given the population size and therefore the neutral zone.

See Also

Use function simul.evol.enz.multiple to simulate enzyme evolution.

Use function graph.simul.by.time.by.sim to see enzyme concentrations through time.

Examples

1
2

SimEvolEnzCons documentation built on Oct. 29, 2021, 1:07 a.m.