From d3dd66cf0b326cadc66f9eef708f60c74d98f275 Mon Sep 17 00:00:00 2001 From: tolga-data-studies Date: Wed, 9 Sep 2026 15:13:44 +0200 Subject: [PATCH 1/2] added tolga_try parameters --- params/tolga_s.R | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 params/tolga_s.R diff --git a/params/tolga_s.R b/params/tolga_s.R new file mode 100644 index 0000000..a05e353 --- /dev/null +++ b/params/tolga_s.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 <- + +# e.g. "anas_krystallinus" +species.name <- + +# e.g. "red" +color <- + +# 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. From 3b4a229114120b9f0fb9f253ae78ec1ab1a7ea2f Mon Sep 17 00:00:00 2001 From: tolga-data-studies Date: Wed, 9 Sep 2026 15:19:58 +0200 Subject: [PATCH 2/2] my params --- params/tolga_s.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/tolga_s.R b/params/tolga_s.R index a05e353..8c01ad4 100644 --- a/params/tolga_s.R +++ b/params/tolga_s.R @@ -4,18 +4,18 @@ # input parameters # sigma2: 0 < value < 5 -sig2 <- +sig2 <- 3 # e.g. "anas_krystallinus" -species.name <- +species.name <- "tolga try" # e.g. "red" -color <- +color <- "#00CED1" # 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 + # 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.