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