demo/HfFunctions/AToB.R

AToB <- function(a,b,c,d, t){
  print(c(a,b,c,d))
rep(1/(a*b*c*d), length(t))
}

Try the GUIgems package in your browser

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

GUIgems documentation built on May 1, 2019, 8:19 p.m.