powered by
This function aims to remove all columns where all data are not finite
.keepFiniteCol( dat, msgStart = NULL, silent = FALSE, debug = FALSE, callFrom = NULL )
This function returns a corrected matrix or data.frame
(matrix or data.frame) main input
(character)
(logical) suppres messages
(logical) additional messages for debugging
(character) allows easier tracking of messages produced
renameColumns; is.finite
renameColumns
is.finite
ma1 <- matrix(c(1:5, Inf), ncol=2) .keepFiniteCol(ma1)
Run the code above in your browser using DataLab