-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lisa Fuchs
authored and
Lisa Fuchs
committed
Nov 11, 2024
1 parent
55625d8
commit ac2f5a8
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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")) |