From 88a52899b40c605260b5f5c48367761349caf602 Mon Sep 17 00:00:00 2001 From: Tara Date: Mon, 18 Nov 2024 11:37:57 +0000 Subject: [PATCH] create taras changes --- params/params_new_course_bird.R | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 params/params_new_course_bird.R diff --git a/params/params_new_course_bird.R b/params/params_new_course_bird.R new file mode 100644 index 00000000..00f0768d --- /dev/null +++ b/params/params_new_course_bird.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 <- 5 + +# e.g. "anas_krystallinus" +species.name <- "Red_Robin" + +# e.g. "red" +color <- "firebrick1" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf