# NOT RUN {
generate_data(formula)
# }
# NOT RUN {
# an example for a formula:
formula <- list(
x = quote(runif(1, -1, 1) * pi_x^2 -sin(pi_y^2)),
y = quote(runif(1, -1, 1) * pi_y^3-cos(pi_x^2))
)
# }
Run the code above in your browser using DataLab