plotModelParameters: Plot the parameters for a model or a list of models

Description Usage Arguments Value Author(s) See Also Examples

View source: R/parameters_comparison.R

Description

Plot the parameters for a model or a list of models

Usage

1
plotModelParameters(models, non_stop_nodes = c(), lim = 2)

Arguments

non_stop_nodes

A list of nodes that should not begin or end a path, usefull to compare models with different basal activities. If the node is only present as a first or last node of a path, the corresponding paths will be deleted.

lim

The absolute limit of the plot y-axis, the parameters with value falling outside the range [-lim, lim] will have their value displayed at the edge of the plotting area.

aggregated_paths

models A list of models where each entry must be named (i.e. 'names(models)' must return a vector)

digits

Number of digits to display for the confidence interval values

Value

Invisibly the aggregated direct paths

Author(s)

Mathurin Dorel dorel@horus.ens.fr

See Also

plotParameters, getDirectPaths, aggregateDirectPaths

Examples

1
\donotrun{ plotModelParameters }

molsysbio/STASNet documentation built on May 29, 2019, 5:45 a.m.