powered by
Returns a vector with elements TRUE/FALSE identifying which rows contain NA elements.
na.row(mat)
a matrix object.
na.row returns a vector of length equal to the number of rows in mat. Each element is either TRUE or FALSE.
na.row
mat
This function is used in the unstacking of residuals into a residual matrix and replacing NAs where they were previously present.
# NOT RUN { #Check if there are and NAs in fiveVTS na.row(fiveVTS) # }
Run the code above in your browser using DataLab