a vector of character strings denoting each named member of the list.
Arguments
l
a named list object.
recursive
logical indicating if list members should be gone through
recursively. TRUE by default.
format
a character string indicating the format for accessing a member.
Acceptable values are c("$", "$'", '$"', '$`', "[['", '[["', '[[`') of which
the first one is taken as default.
PCMListMembers(PCMBaseTestObjects$model_MixedGaussian_ab)
PCMListMembers(PCMBaseTestObjects$model_MixedGaussian_ab, format = '$`')
PCMListMembers(PCMBaseTestObjects$tree.ab, format = '$`')