From b6e6f6c679bbb837856908a3eba1d27eb505605c Mon Sep 17 00:00:00 2001 From: hazelcgordon Date: Mon, 18 Mar 2024 11:45:02 +0000 Subject: [PATCH] Created parameters for nice bird species --- params/params_hazel.R | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 params/params_hazel.R diff --git a/params/params_hazel.R b/params/params_hazel.R new file mode 100644 index 00000000..ffff4285 --- /dev/null +++ b/params/params_hazel.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.3769164 + +# e.g. "anas_krystallinus" +species.name <- "nice bird" + +# e.g. "red" +color <- "slateblue4" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf