nudger | R Documentation |
Nudge columns of a matrix by fixed amounts
nudger(x, nudge)
x |
a matrix |
nudge |
a single value or a vector with length equal to the number of columns in x |
matrix
nudger(matrix(0, nrow = 2, ncol = 2), nudge = c(0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.