Risk groups in familiarCollection objects can have custom names for export and plotting. This function retrieves the currently assigned names.
# S4 method for familiarCollection
get_risk_group_names(x)
An ordered array of risk group labels.
A familiarCollection object.
Labels convert internal naming of risk groups to the requested label
at export or when plotting. Labels can be changed using the
set_risk_group_names
method.
familiarCollection for information concerning the familiarCollection class.
set_risk_group_names
for updating the name and ordering of risk groups.