This function reads a .mat file generated the ifcb-analysis
repository (Sosik and Olson 2007) and retrieves the
names of all variables stored within it.
References
Sosik, H. M. and Olson, R. J. (2007), Automated taxonomic classification of phytoplankton sampled with imaging-in-flow cytometry. Limnol. Oceanogr: Methods 5, 204–216.
Examples
if (FALSE) { # \dontrun{
# Get variable names from a MAT file
variables <- ifcb_get_mat_names("path/to/file.mat")
print(variables)
} # }