## File Name: sirt_colMins.R
## File Version: 0.04
sirt_colMins <- function(x, na.rm=TRUE)
{
res <- apply(x, 2, min, na.rm=na.rm)
return(res)
}
sirt_colMin <- sirt_colMins
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.