R/f2.R

Defines functions f2

f2 <- function(x2){
  y <- sin(6*x2)
  return(y)
}

Try the AFFECT package in your browser

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

AFFECT documentation built on July 9, 2023, 6:45 p.m.