From e28d87e530bb8fe1820b5818d5b93f50c0965ab5 Mon Sep 17 00:00:00 2001 From: njoelson <148718460+njoelson@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:49:17 +0200 Subject: [PATCH] add darwin's finch parameters (#272) Co-authored-by: Joelson --- params/darwin_finch.R | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 params/darwin_finch.R diff --git a/params/darwin_finch.R b/params/darwin_finch.R new file mode 100644 index 0000000..09166d4 --- /dev/null +++ b/params/darwin_finch.R @@ -0,0 +1,16 @@ +# !! PLEASE DO NOT EDIT THIS FILE !! +# ** make a copy and edit that instead ** +# ________________________________________________ +# input parameters + +# sigma2: 0 < value < 5 +sig2 <-4.9 + +# e.g. "anas_krystallinus" +species.name <- "darwin_finch" + +# e.g. "red" +color <- "aquamarine4" + + # tip: pick a color using rstudio colour picker. + # Addins > Colour Picker (to install: install.packages("colourpicker"))