# -----
# rocto
# -----
# This file defines the parameters over which the rocto job will iterate.
# Make sure that the parameters you define here, and their values, are used
# in the main() function of main.R.
# Parameters
param1 <- c(0,1,2)
param2 <- c(-10,3,100)
# Test parameters
testParams <- list(
param1 = 1,
param2 = 100
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.