File: tempFixNas.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 (21 lines) | stat: -rw-r--r-- 412 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/xval.R
\name{tempFixNas}
\alias{tempFixNas}
\title{Temporary fix for missing values}
\usage{
tempFixNas(mat)
}
\arguments{
\item{mat}{a matrix}
}
\value{
The original matrix with completely missing rows/cols
filled with zeroes.
}
\description{
Simply replace completely missing rows or cols with zeroes.
}
\author{
Henning Redestig
}