plotFrequencies {PFIM} | R Documentation |
Graph of the frequencies for the FW algorithm.
Description
Graph of the frequencies for the FW algorithm.
Usage
plotFrequencies(object, threshold)
## S4 method for signature 'FedorovWynnAlgorithm'
plotFrequencies(object, threshold)
## S4 method for signature 'Optimization'
plotFrequencies(object, threshold)
Arguments
object |
An object from the class OptimizationAlgorithm. |
threshold |
A numeric giving the threshold for the frequencies for the FW algorithm. |
Value
The graphs of the frequencies for the FW algorithm.
[Package PFIM version 6.0.3 Index]