Learn R Programming

gRain (version 1.4.5)

generics: gRain generics

Description

Generic functions etc for the gRain package

Usage

nodeNames(object)

# S3 method for grain nodeNames(object)

nodeStates(object, nodes = nodeNames(object))

# S3 method for grain nodeStates(object, nodes = nodeNames(object))

universe(object, ...)

# S3 method for grain universe(object, ...)

isCompiled(object)

isPropagated(object)

# S3 method for cpt_spec vpar(object, ...)

# S3 method for cpt_grain vpar(object, ...)

# S3 method for grain rip(object, ...)

Arguments

object

A relevant object.

nodes

Some nodes of the object.

...

Additional arguments; currently not used.