R/sq.pe.R

Defines functions sq.pe

Documented in sq.pe

sq.pe <-
function(r1,r2,v){
S<-seq(r1,r2,1)
L<-length(S)
b<-lapply(1:v, function(i) c(make(r1,r2,i,v)))
bb<-do.call(cbind,b)
return(bb)}

Try the seqPERM package in your browser

Any scripts or data that you put into this service are public.

seqPERM documentation built on May 30, 2017, 4:03 a.m.