get_class_names,familiarCollection-method | R Documentation |
Outcome classes in familiarCollection objects can have custom names for export and plotting. This function retrieves the currently assigned names.
## S4 method for signature 'familiarCollection'
get_class_names(x)
x |
A familiarCollection object. |
Labels convert internal class names to the requested label at export
or when plotting. Labels can be changed using the set_class_names
method.
An ordered array of class labels.
familiarCollection for information concerning the familiarCollection class.
set_class_names
for updating the name and ordering of classes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.