Rdocumentation
powered by
Learn R Programming
pcaMethods (version 1.64.0)
tempFixNas: Temporary fix for missing values
Description
Simply replace completely missing rows or cols with zeroes.
Usage
tempFixNas(mat)
Arguments
mat
a matrix
Value
The original matrix with completely missing rows/cols filled with zeroes.