Compare-methods | R Documentation |
Compare
methods for vf
objectsWouldn't it be nice to say (f > g)(x)
rather than the terrible,
tedious and error-prone f(x) > g(x)
? Well, now you can!
signature(e1 = "ANY", e2 = "vf")
signature(e1 = "function", e2 = "vf")
signature(e1 = "vf", e2 = "ANY")
signature(e1 = "vf", e2 = "function")
signature(e1 = "vf", e2 = "vf")
x <- seq(from=0, to=2*pi, len=100)
(Sin > Cos*Tan)(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.