Switch to unified view

a b/OmicsFold/man/plot.feature.stability.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/feature_loadings.R
3
\name{plot.feature.stability}
4
\alias{plot.feature.stability}
5
\title{Plot feature stability}
6
\usage{
7
\method{plot}{feature.stability}(selection.stability)
8
}
9
\arguments{
10
\item{selection.stability}{Stability data for features selected for a
11
component.}
12
}
13
\value{
14
Plotted stability data.
15
}
16
\description{
17
Plot feature stability for a summary overview.
18
}
19
\examples{
20
\dontrun{
21
plot.feature.stability(diablo.selection.stability(perf.diablo.analysis, comp=1, block=1))
22
}
23
}