robust_test: Plot robust

View source: R/stability.R

plot.robustR Documentation

Plot robust

Description

Plot robust

Usage

## S3 method for class 'robust'
plot(
  x,
  indexes = c("Natural_connectivity", "Average_path_length", "Average_degree"),
  use_ratio = FALSE,
  mode = 1,
  ...
)

Arguments

x

robust_test() result (robust object)

indexes

indexes selected to show

use_ratio

use the delete nodes ratio rather than nodes number

mode

plot mode, 1~3

...

additional arguments for group_box

Value

a ggplot


MetaNet documentation built on May 29, 2024, 1:21 a.m.