Learn R Programming

ternarynet (version 1.16.0)

plotTraces: Network Fit Traces

Description

This function plots the trace of four model parameters.

Usage

plotTraces(tfit)

Arguments

tfit
a ternaryFit object

Value

The function creates a 2x2 grid of the four trace plots.

See Also

Almudevar A, McCall MN, McMurray H, Land H (2011). Fitting Boolean Networks from Steady State Perturbation Data, Statistical Applications in Genetics and Molecular Biology, 10(1): Article 47.

Examples

Run this code
ssObj <- matrix(c(1,1,1,0,1,1,0,0,1),nrow=3)
pObj <- matrix(c(1,0,0,0,1,0,0,0,1),nrow=3)
tnfitObj <- tnetfit(ssObj, pObj)
plotTraces(tnfitObj)

Run the code above in your browser using DataLab