inst/doc/lowWAFOMNX.R

## ------------------------------------------------------------------------
library(LowWAFOMNX)
lowWAFOMNX.dimMinMax()

## ------------------------------------------------------------------------
lowWAFOMNX.dimF2MinMax(10)

## ------------------------------------------------------------------------
s <- 4
m <- 10
c <- 2^m
mat <- lowWAFOMNX.points(dimR=s, dimF2=m)
mat[1,]

## ------------------------------------------------------------------------
s <- 4
m <- 10
c <- 2^m
mat <- lowWAFOMNX.points(dimR=s, dimF2=m, digitalShift=TRUE)
mat[1,]

Try the LowWAFOMNX package in your browser

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

LowWAFOMNX documentation built on May 2, 2019, 6:55 a.m.