R/Openv.r

Defines functions openv.setN

Documented in openv.setN

openv <- new.env()

assign("N", 1e3, envir = openv)

openv.setN <- function(x) {
	assign("N", x, envir = openv)
}

Try the OpasnetUtils package in your browser

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

OpasnetUtils documentation built on May 2, 2019, 12:39 p.m.