Description Usage Arguments Author(s) Examples
Reports and Error Message
1 | err.msg(err.func = "edge", msg)
|
err.func |
Variable that declares the function in which the error occurs. |
msg |
Message to be reported. |
John Storey <jstorey@princeton.edu>
1 2 3 4 5 6 7 8 9 10 11 12 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (err.func = "edge", msg)
{
cat("\n")
cat("\t")
cat("ERROR in the", err.func, "function: ", "\n")
cat("\t", msg, "\n\n")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.