powered by
Value of an attribute of an object or values for an attribute found in its members
PCMGetAttribute(name, object, member = "", ...)
if member is an empty string, attr(object, name). Otherwise, a named list containing the value for the attribute for each member in object
attr(object, name)
object
matched by member.
member
attribute name.
a PCM model object or a PCMTree object.
a member expression. Member expressions are character strings denoting named elements in a list object (see examples). Default: "".
additional arguments passed to MatchListMembers.
MatchListMembers
PCMGetAttribute("class", PCMBaseTestObjects$model_MixedGaussian_ab) PCMGetAttribute( "dim", PCMBaseTestObjects$model_MixedGaussian_ab, member = "$Sigmae_x")
Run the code above in your browser using DataLab