Nothing
Code
vl_rolodex(c(0, 2, 3, 5, 7, 9, 11))
Output
$`0`
[1] 0 0 0 0 0 0 0
$`2`
[1] 1 0 1 0 0 0 0
$`10`
[1] 0 -1 0 0 0 0 -1
$`3`
[1] 0 0 0 0 -1 -1 -1
$`5`
[1] 0 0 1 0 0 -1 -1
$`7`
[1] 0 0 1 1 0 0 -1
$`9`
[1] 0 0 1 1 1 0 0
$`4`
[1] 1 1 1 1 0 0 0
$`8`
[1] -1 -1 0 0 0 -1 -1
$`1`
[1] 0 -1 0 -1 -1 -1 -1
$`11`
[1] 1 0 1 1 1 1 0
$`6`
[,1] [,2] [,3] [,4] [,5] [,6] [,7]
[1,] 1 1 2 1 1 0 0
[2,] -1 -1 0 0 -1 -1 -2
Code
vl_rolodex(c(0, 4, 7, 10), c(0, 0, 4, 7))
Output
$`0`
[1] 0 0 0 2
$`3`
[1] 3 -1 0 0
$`5`
[1] 0 1 -2 -1
$`6`
[1] 1 2 -1 0
$`8`
[1] 0 -1 1 -2
$`9`
[1] 1 0 2 -1
$`11`
[1] -1 -1 -1 1
$`1`
[1] 1 1 1 3
$`2`
[1] 2 -2 -1 -1
$`4`
[,1] [,2] [,3] [,4]
[1,] 4 0 1 1
[2,] -1 0 -3 -2
$`7`
[,1] [,2] [,3] [,4]
[1,] 2 3 0 1
[2,] -1 -2 0 -3
$`10`
[,1] [,2] [,3] [,4]
[1,] 2 1 3 0
[2,] -2 -2 -2 0
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.