globalConsistencyCheck.PSRoot: Check the consistency of all objects inheriting form PSRoot...

Description Usage Arguments Value Author(s) See Also Examples

Description

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.

Usage

1
2
## S3 method for class 'PSRoot'
globalConsistencyCheck(...)

Arguments

...

Not used.

Value

Returns invisible TRUE if all checks are successful.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PSRoot.

Examples

1
2
3
4
5
6
7
	# create some objects
	a<-NucleotideAlphabet()
	s<-Site()
	p<-Process()
	# ask for a global consistency check
	PSRoot$globalConsistencyCheck();
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.