Generic functions etc for the gRain package
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | nodeNames(x)
## S3 method for class 'grain'
nodeNames(x)
nodeStates(x, nodes = nodeNames(x))
## S3 method for class 'grain'
nodeStates(x, nodes = nodeNames(x))
universe(object, ...)
## S3 method for class 'grain'
universe(object, ...)
## S3 method for class 'grainEvidence_'
varNames(x)
## S3 method for class 'grain'
rip(object, ...)
## S3 method for class 'cpt_spec'
vpar(object, ...)
## S3 method for class 'cpt_grain'
vpar(object, ...)
|
x, object |
A relevant object. |
nodes |
Some nodes of the object. |
... |
Additional arguments; currently not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.