Diff of /man/robustness.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/robustness.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/7.stability.R
3
\name{plot.robustness}
4
\alias{plot.robustness}
5
\title{Plot robustness}
6
\usage{
7
\method{plot}{robustness}(x, indexes = "Node_number", ...)
8
}
9
\arguments{
10
\item{x}{\code{robustness()} result (robustness object)}
11
12
\item{indexes}{indexes selected to show}
13
14
\item{...}{additional arguments for \code{\link[pcutils]{group_box}}}
15
}
16
\value{
17
a ggplot
18
}
19
\description{
20
Plot robustness
21
}