revealLocation {qqtest} | R Documentation |
revealLocation
Revealing locations encoded as a string calculation.
Description
Reveals the location by parsing and evaluating the string.
Usage
revealLocation(hiddenLocation)
Arguments
A character vector of calculation strings. |
Value
Returns the value of the each calculation.
See Also
Examples
trueLoc <- hideLocation(3,100)
trueLoc
revealLocation(trueLoc)
n <- 200
trueLoc <- sample(1:n, 3)
trueLoc
ans <- hideLocation(trueLoc , n)
ans
revealLocation(ans)
[Package qqtest version 1.2.0 Index]