checkAlgorithm: Check Algorithm
Description
Test, if a given algorithm can has a certain purpose.
Usage
checkAlgorithm(alg, purpose)
Arguments
alg
A single character string containing the name of the algorithm.
purpose
Purpose of the new algorithm.
Value
Returns TRUE
if successful, otherwise FALSE
.