R/Oyster_import_TIF.R

Defines functions Oyster_import_TIF

Documented in Oyster_import_TIF

#' @export
Oyster_import_TIF <-
function(file_name){
    TIF<-tiff::readTIFF(file_name)
    return(TIF)
}
nielsjdewinter/ShellTrace documentation built on May 7, 2019, 2:55 a.m.