R/Oyster_import_BMP.R

Defines functions Oyster_import_BMP

Documented in Oyster_import_BMP

#' @export
Oyster_import_BMP <-
function(file_name){
    BMP<-bmp::read.bmp(file_name)
    return(BMP)
}
nielsjdewinter/ShellTrace documentation built on May 7, 2019, 2:55 a.m.