diff --git a/params/params_tmpl_AlteredForTraining.R b/params/params_tmpl_AlteredForTraining.R new file mode 100644 index 00000000..9a282a4a --- /dev/null +++ b/params/params_tmpl_AlteredForTraining.R @@ -0,0 +1,15 @@ +# !! PLEASE DO NOT EDIT THIS FILE !! +# ** make a copy and edit that instead ** +# ________________________________________________ +# input parameters + +# sigma2: 0 < value < 5 +sig2 <- 0.1 + +# e.g. "Goblininus" +species.name <- "Goblininus" + +# e.g. "red" +color <- "chartreuse4" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf