plot.list_node_level_CI function

To plot the results for node-level confidence intervals

To plot the results for node-level confidence intervals

## S3 method for class 'list_node_level_CI' plot(x, ...)

Arguments

  • x: A list of dataframes obtained from node_level_CI function.
  • ...: Further arguments are ignored.

Returns

No return value, called for side effects. The plots show confidence intervals along with the observed metric value for each of the nodes in the network.

Examples

data(elk_network_2010) elk_node_level_CI <- node_level_CI(elk_network_2010) plot(elk_node_level_CI)
  • Maintainer: Prabhleen Kaur
  • License: MIT + file LICENSE
  • Last published: 2024-03-25

Useful links