Description Usage Arguments Value Examples
View source: R/runSaviHelperFunctions.R
This is a helper function that is used in runSavi which is not meant for the user.
1 | compareScore(propScore, currScore, useStrict)
|
propScore |
The score of the proposed graph state |
currScore |
The score of the current graph state |
useStrict |
A boolean. If true, then the scores are compared using strict less than. If false, the scores are compared using less than or equal to. Note that the default value passed by runSavi is FALSE. |
A the booelan result of the compared scores.
1 2 | compareScore(8,8,TRUE)
compareScore(6,14,FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.