diff --git a/params/Anja_params.R b/params/Anja_params.R deleted file mode 100755 index 2030949..0000000 --- a/params/Anja_params.R +++ /dev/null @@ -1,17 +0,0 @@ -# !! PLEASE DO NOT EDIT THIS FILE !! -# ** make a copy and edit that instead ** -# ________________________________________________ -# input parameters - -# sigma2: 0 < value < 5 -sig2 <- 2 - -# e.g. "anas_krystallinus" -#elena = starlight, lux = light; isenberg = iron mountain, fer = iron, mont = mountain -species.name <- "sidera_aurora" - -# my colors: c("#6B8E23", "#00688B", "#FFB90F") -color <- "steelblue4" - - # tip: pick a color using rstudio colour picker. - # Addins > Colour Picker (to install: install.packages("colourpicker")) diff --git a/params/lisasdataset.R b/params/lisasdataset.R deleted file mode 100755 index dd1617a..0000000 --- a/params/lisasdataset.R +++ /dev/null @@ -1,17 +0,0 @@ -# !! 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")) diff --git a/params/luisa_rocks.R b/params/luisa_rocks.R deleted file mode 100755 index 2e47f47..0000000 --- a/params/luisa_rocks.R +++ /dev/null @@ -1,16 +0,0 @@ -# !! 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 <- "luisas_krystallinus" - -# e.g. "red" -color <- "#555" - - # tip: pick a color using rstudio colour picker. - # Addins > Colour Picker (to install: install.packages("colourpicker"))