common_scale: Convert systems to a common scale.

Description Usage Arguments Details Value

View source: R/sscs.R

Description

Change a list of sscs objects so that they each use the same quantization scale, making their calculated redundancies comparable.

Usage

1
  common_scale(systems, qscale=NA)

Arguments

systems

List of objects of class 'sscs' created by new_sscs(...).

qscale

Quantization scale (numeric value or NA).

Details

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.

Value

Returns a list of rescaled sscs S3 objects in the same order as they appeared in the systems list.


crtwomey/sscs documentation built on Dec. 25, 2019, 8:03 a.m.