diff --git a/params/params_ant.R b/params/params_ant.R new file mode 100755 index 00000000..17ec7c2d --- /dev/null +++ b/params/params_ant.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 <- 1.170989 + +# e.g. "anas_krystallinus" +species.name <- "ant" + +# e.g. "red" +color <- "firebrick4" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf