R/f3.R

Defines functions f3

f3 <- function(x3){
  y <- cos(6*x3)-1
  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.