[e26484]: / OmicsFold / man / plot.feature.stability.Rd

Download this file

24 lines (23 with data), 561 Bytes

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