Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

revealLocation

revealLocation Revealing locations encoded as a string calculation.


Description

Reveals the location by parsing and evaluating the string.

Usage

revealLocation(hiddenLocation)

Arguments

hiddenLocation

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)

qqtest

Self Calibrating Quantile-Quantile Plots for Visual Testing

v1.2.0
GPL-3
Authors
Wayne Oldford [aut, cre]
Initial release
2020-03-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.