ifcb_get_mat_variable.RdThis function reads a specified variable from a .mat file generated by the `ifcb-analysis` repository (Sosik and Olson 2007). It can be used, for example, to extract lists of classes from the file.
ifcb_get_mat_variable(mat_file, variable_name = "class2use")A character string specifying the path to the .mat file containing the class information.
A character string specifying the variable name in the .mat file that contains the class information.
The default is "class2use". Other examples include "class2use.manual" from a manual file, or "class2use.auto"
for a class list used for automatic assignment. You can find available variable names using the function ifcb_get_mat_names.
A character vector of class names.
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.