invert_sign | R Documentation |
Invert ptvalue sign
invert_sign(x = double())
x |
A vector of class |
A vector of class ptvalue
with inverted sign.
x <- c(0.5, 1.4, 2)
invert_sign(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.