From 5a3aff01621fc88dddcb3de017268b28c3cc6d1b Mon Sep 17 00:00:00 2001 From: ovie Date: Mon, 5 Feb 2024 11:32:07 +0000 Subject: [PATCH] add beak parameters --- params/params_beak.R | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 params/params_beak.R 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