Ghost Variables (4)
Ghost variables can be direct copies of the original variables; renaming is required in the same scope, optional in a different scope.
Ghost variables need not be direct copies - they may be related to the original data representations by invertible mappings; these can involve one or more variables.
Example: polar vs. Cartesian coordinates.