preceq | R Documentation |
Calculate I(x \preceq y) = I(x < y) + 0.5 I(x = y)
preceq(x, y)
x |
numeric |
y |
numeric |
I(x \preceq y)
preceq(x = c(0, 0, 0), y = c(-1, 0, 1)) preceq(x = 0, y = c(-1, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.