hard | R Documentation |
The operators may work only for hard classes (see and
). hard (op)
== TRUE
marks hard operators.
hard(op)
hard (op) <- value
op |
the operator (function) |
value |
logical indicating the operator type |
logical indicating the type of operator. NULL
if the attribute is missing.
Claudia Beleites
sens
and
hard (and)
myop <- function (r, p) p * (r == 1)
hard (myop) <- TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.