symbolic {hedgehog}R Documentation

A symbolic value.

Description

These values are the outputs of a computation during the calculations' construction, and allow a value to use the results of a previous function.

Usage

symbolic(var)

Arguments

var

the integer output indicator.

Details

Really, this is just an integer, which we use as a name for a value which will exist later in the computation.


[Package hedgehog version 0.1 Index]