View source: R/f03.nbnmi.code.r
check8gema | R Documentation |
checks the consistency of gema
as a /gema/ object issues a
fatal error with some clues if inconsistent.
check8gema(gema)
gema |
The |
Looking a the code of this function provides a way to know which are the requirements of a /chain/ object.
TRUE
or a character
containing some clue about the
discovered inconsistency.
check8gema(rbmn0gema.01);
res <- check8gema(rbmn0adja.01);
if (is.na(as.logical(res))) { print(res);}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.