From fdf6b5c40ae2a01fb26aefb3347197fc788f086a Mon Sep 17 00:00:00 2001 From: franciscapereira157-png Date: Sat, 29 Aug 2026 15:57:43 +0200 Subject: [PATCH] I commit to my file --- params/CopyOfparams_tmpl.R | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 params/CopyOfparams_tmpl.R diff --git a/params/CopyOfparams_tmpl.R b/params/CopyOfparams_tmpl.R new file mode 100644 index 0000000..e58091d --- /dev/null +++ b/params/CopyOfparams_tmpl.R @@ -0,0 +1,21 @@ +# !! PLEASE DO NOT EDIT THIS FILE !! +# ** make a copy and edit that instead ** +# ________________________________________________ +# input parameters + +# sigma2: 0 < value < 5 +sig2 <- 4 + +# e.g. "anas_krystallinus" +species.name <- "yes" + +# e.g. "red" +color <- "black" + +# tip: pick a color using rstudio colour picker. +# Addins > Colour Picker (to install: install.packages("colourpicker")) + # Note: please do not include install.packages("PKG-NAME") in your final R script! + # This can break part of our rendering pipeline. Please install at your command + # line or simply ask your instructor if uncertain. +# If you use this, don't forget to put it back as a comment +# before pushing and creating your pull request.