ScaleParticipation

Scales the participation values to ensure that contour patterns stand out.

Inputs

projected_participation
A scalar or vector value table to be scaled.
logrefval
A log scaling reference value (1.0, .1, .01, .001, or .0001).

Outputs

answer
A scalar value table.

Comments

  • projected_participation is the participation component to be scaled for contour.
  • logrefval defaults to 1.0, meaning no log scaling, only scaling by the max value.

Syntax

ScaleParticipation(projected_participation,logrefval)

XML Example

<call name="ScaleParticipation" 
projected_participation="projpart_tab" logrefval="1.0" 
answer="@usgp_ret" />