R/new_test.R

Defines functions test

Documented in test

test <- function(x=10) {
	cat("This is x",x)
	x + 2
}
Bioconductor/spbtest5 documentation built on Feb. 25, 2020, 12:02 a.m.