Description Usage Arguments Details Value
Change a list of sscs objects so that they each use the same quantization scale, making their calculated redundancies comparable.
1 | common_scale(systems, qscale=NA)
|
systems |
List of objects of class 'sscs' created by new_sscs(...). |
qscale |
Quantization scale (numeric value or NA). |
Similar to the rescale(...) function, but rescales each sscs object in the systems list to use the same quantization scale. The quantization scale used is either the numeric value provided to qscale or, if qscale is NA, the maximum qscale of the sscs objects in the systems list.
Returns a list of rescaled sscs S3 objects in the same order as they appeared in the systems list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.