| generics | R Documentation |
Generic functions etc for the gRain package
nodeNames(object) ## S3 method for class 'grain' nodeNames(object) nodeStates(object, nodes = nodeNames(object)) ## S3 method for class 'grain' nodeStates(object, nodes = nodeNames(object)) universe(object, ...) ## S3 method for class 'grain' universe(object, ...) isCompiled(object) isPropagated(object) isCompiled(object) <- value isPropagated(object) <- value ## S3 method for class 'cpt_spec' vpar(object, ...) ## S3 method for class 'cpt_grain' vpar(object, ...) ## S3 method for class 'grain' rip(object, ...) ## S3 method for class 'grainEvidence_' varNames(x)
nodes |
Some nodes of the object. |
... |
Additional arguments; currently not used. |
value |
Value to be set for slot in object. |
x, object |
A relevant object. |