We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2769828 commit 44bf7bfCopy full SHA for 44bf7bf
src/main/samples/ishigami.R
@@ -5,4 +5,4 @@ ishigami <- function (x)
5
sin(x[, 1]) + A * sin(x[, 2])^2 + B * x[, 3]^4 * sin(x[,1])
6
}
7
8
-cat(' ',ishigami(cbind(?a , ?b , ?c )),"\n")
+cat('i=',ishigami(cbind(?a , ?b , ?c )),"\n")
0 commit comments