diff --git a/params/params_beak.R b/params/params_beak.R new file mode 100644 index 00000000..71575cf7 --- /dev/null +++ b/params/params_beak.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 <- 3 + +# e.g. "anas_krystallinus" +species.name <- "Beakers" + +# e.g. "red" +color <- "violet" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf