|
a |
|
b/man/robust_test.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/7.stability.R |
|
|
3 |
\name{plot.robust} |
|
|
4 |
\alias{plot.robust} |
|
|
5 |
\title{Plot robust} |
|
|
6 |
\usage{ |
|
|
7 |
\method{plot}{robust}( |
|
|
8 |
x, |
|
|
9 |
indexes = c("Natural_connectivity", "Average_degree"), |
|
|
10 |
use_ratio = FALSE, |
|
|
11 |
mode = 1, |
|
|
12 |
... |
|
|
13 |
) |
|
|
14 |
} |
|
|
15 |
\arguments{ |
|
|
16 |
\item{x}{\code{robust_test()} result (robust object)} |
|
|
17 |
|
|
|
18 |
\item{indexes}{indexes selected to show} |
|
|
19 |
|
|
|
20 |
\item{use_ratio}{use the delete nodes ratio rather than nodes number} |
|
|
21 |
|
|
|
22 |
\item{mode}{plot mode, 1~3} |
|
|
23 |
|
|
|
24 |
\item{...}{additional arguments for \code{\link[pcutils]{group_box}}} |
|
|
25 |
} |
|
|
26 |
\value{ |
|
|
27 |
a ggplot |
|
|
28 |
} |
|
|
29 |
\description{ |
|
|
30 |
Plot robust |
|
|
31 |
} |