Description Usage Arguments Examples
View source: R/combTb.R
Cives the all opposite side of a vector
1
combTb(tb)
tb
vector
1 2 3 4 5 6 7 8 9 10
tb <- runif(2)/10 tbl <- combTb(tb) X <- matrix(c(1,1),nrow = 1) plot(X) for(i in 1:nrow(tbl)){ lines(X + tbl[i,],type = "p",col = i) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.