Description Usage Arguments Value Author(s) See Also Examples
Debug a graph specification on file (ascii-mode only), by checking the specification along the way.
1  | inla.debug.graph(graph.file)
 | 
graph.file | 
 The filename of the graph (ascii-mode)  | 
If an error is found, then an error message is shows, otherwise the graph-object returned by
inla.read.graph() is returned.
Havard Rue hrue@r-inla.org
inla.read.graph
1 2 3 4  | ## Not run:
## cat("3\n 1 1 2n\ 2 1 1\n 3 4\n", file="g.dat")
## g = inla.debug.graph("g.dat")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.