Find rows in a matrix that all elements are zero in non-fixed subset rows and columns.
查找矩阵中的行中的所有元素都为零在非固定的子集的行和列。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Find rows in a matrix that all elements are zero in non-fixed subset rows and columns. This function will be used in the findRecursiveSet function
查找矩阵中的行中的所有元素都为零在非固定的子集的行和列。此功能将用于findRecursiveSet功能
用法----------Usage----------
findRowZero(square.matrix, is.row.fixed = FALSE)
参数----------Arguments----------
参数:square.matrix
Any square matrix
任何方形矩阵
参数:is.row.fixed
A logical vector with the length equal to the dimension of the square.matrix. If TRUE, the function will skip examining this row.
一个逻辑矢量的长度等于square.matrix的维度。如果TRUE,该函数将跳过此行检查。
值----------Value----------
A vector of positions that contain rows of all zeros
一个包含全部为零的行向量的位置
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)