From ac2f5a82d032fd967a6a8f6c1aaeffa895438614 Mon Sep 17 00:00:00 2001 From: Lisa Fuchs Date: Sun, 10 Nov 2024 19:17:12 -0500 Subject: [PATCH] add lisas dataset --- params/lisasdataset.R | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 params/lisasdataset.R diff --git a/params/lisasdataset.R b/params/lisasdataset.R new file mode 100755 index 0000000..dd1617a --- /dev/null +++ b/params/lisasdataset.R @@ -0,0 +1,17 @@ +# !! 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" +#elena = starlight, lux = light; isenberg = iron mountain, fer = iron, mont = mountain +species.name <- "lux_fermonta" + +# my colors: c("#6B8E23", "#00688B", "#FFB90F") +color <- "#00688B" + + # tip: pick a color using rstudio colour picker. + # Addins > Colour Picker (to install: install.packages("colourpicker"))