struc_dominance: Determine pathway dominance over time

Description Usage Arguments Value Examples

View source: R/dominance.R

Description

Determine pathway dominance over time

Usage

1
struc_dominance(impact_df)

Arguments

impact_df

A data frame returned by struc_eval_impact

Value

A data frame

Examples

1
2
3
4
5
6
7
8
9
impact_df <- data.frame(time                = c(1, 8),
I__x__y__f1         = c(-0.001087266, -0.953119253),
I__y__y__f1         = c(1.9991130, 1.3627462),
I__y__y__f2         = c(-1, -1),
pos_impact          = c(1.9991130, 1.3627462),
neg_impact          = c(-1.001087, -1.953119),
total_impact        = c(0.9980257, -0.5903731),
dominant_behaviour  = c(1, -1))
struc_dominance(impact_df)

jandraor/structuR documentation built on Feb. 11, 2022, 10:24 p.m.