Description Usage Arguments Value Author(s) See Also Examples
Check the consistency of all objects inheriting form PSRoot in the current environment.
This method searches for objects which inherit from PSRoot and calls checkConsistency()
for all of them,
which can take a lots of time. Prints the results of the checks as text.
1 2 | ## S3 method for class 'PSRoot'
globalConsistencyCheck(...)
|
... |
Not used. |
Returns invisible TRUE if all checks are successful.
Botond Sipos, Gregory Jordan
For more information see PSRoot
.
1 2 3 4 5 6 7 | # create some objects
a<-NucleotideAlphabet()
s<-Site()
p<-Process()
# ask for a global consistency check
PSRoot$globalConsistencyCheck();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.