summary.gRaven | R Documentation |
Summary method for a gRaven domain
## S3 method for class 'gRaven'
summary(object, domain = TRUE, nodes = FALSE, jt = FALSE, print.cliques = FALSE,
...)
object |
character string, name of gRaven domain |
domain |
Logical, should domain be summarised |
jt |
Logical, should junction tree be summarised |
nodes |
Logical, should nodes be summarised |
print.cliques |
Logical, should cliques be printed |
... |
additional arguments to |
a data frame.
In gRaven
, not all of the options are yet implemented, and generally the information delivered is less detailed than in the RHugin
version.
Peter J. Green, P.J.Green@bristol.ac.uk
demo("chest",package="gRaven",echo=FALSE)
chest
summary(chest,jt=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.