Datasets in familiarCollection objects can have custom names for export and plotting. This function retrieves the currently assigned names.
# S4 method for familiarCollection
get_data_set_names(x)
An ordered array of dataset name labels.
A familiarCollection object.
Labels convert internal naming of data sets to the requested label
at export or when plotting. Labels can be changed using the
set_data_set_names
method.
familiarCollection for information concerning the familiarCollection class.
set_data_set_names
for updating the name of datasets and their ordering.