R/f.R

Defines functions f

Documented in f

# function to compute column meas of a design
f <- function(x) c(mean = mean(x)) 

Try the Vdgraph package in your browser

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

Vdgraph documentation built on Sept. 9, 2023, 1:07 a.m.