combTb: Cives the all opposite side of a vector

Description Usage Arguments Examples

View source: R/combTb.R

Description

Cives the all opposite side of a vector

Usage

1
combTb(tb)

Arguments

tb

vector

Examples

 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)
}

RJauslin/SystematicSampling documentation built on Feb. 10, 2021, 9:37 a.m.