[7a0be0]: / man / robust_test.Rd

Download this file

32 lines (27 with data), 615 Bytes

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