From aa93f07756adf9ffd0bd0f62cdf8eadf0f7bb87b Mon Sep 17 00:00:00 2001 From: TamaraBV665 Date: Mon, 18 Nov 2024 11:38:00 +0000 Subject: [PATCH] Adds bird detials --- params/params_tmpl - Tamara.R | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 params/params_tmpl - Tamara.R diff --git a/params/params_tmpl - Tamara.R b/params/params_tmpl - Tamara.R new file mode 100644 index 00000000..09763308 --- /dev/null +++ b/params/params_tmpl - Tamara.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 <- 2.56 + +# e.g. "anas_krystallinus" +species.name <- "robin" + +# e.g. "red" +color <- "orange" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf