File: nmissing-pcaRes-method.Rd

package info (click to toggle)
r-bioc-pcamethods 1.82.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,436 kB
  • sloc: cpp: 185; sh: 4; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods-pcaRes.R
\docType{methods}
\name{nmissing,pcaRes-method}
\alias{nmissing,pcaRes-method}
\alias{nmissing}
\alias{nmissing,nniRes-method}
\title{Missing values}
\usage{
nmissing(object, ...)
}
\arguments{
\item{object}{pcaRes object}

\item{...}{Not used}
}
\value{
Get the number of missing values
}
\description{
Missing values
}
\author{
Henning Redestig
}