listLabels {genMCMCDiag} | R Documentation |
Function to assign character labels to all unique objects in a list
Description
Function to assign character labels to all unique objects in a list
Usage
listLabels(lst)
Arguments
lst |
A list of objects. Each object in the list should have the same general structure |
Value
A character vector of labels. Objects in lst that are identical will be assigned the same label.
[Package genMCMCDiag version 0.2.2 Index]