Table of Contents


NAME

data:display-performances - display performance targets, current values, residuals (Decida Procedure)

USAGE

          data:display-performances d

ARGUMENTS

d Performance data object. d must have rows with names of performances and columns "Target Current Residual"

RESULTS

Displays barchart with each performance current-value next to target, and barchart with each performance residual.

EXAMPLE-CALL

             data d
             d read-inline {{Target 1 2} {Current 2 3} {Residual .1 .1}}
             d.row label 0 X
             d.row label 1 Y
             set Performances "X Y"
             d display-performances

AUTHORS

Richard Booth, Michael McLennan, George Howlett

Table of Contents