Skip to content

Commit

Permalink
added lenas params (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena Lagally <lena.lagally@helmholtz-munich.de>
  • Loading branch information
lenalagally and Lena Lagally authored Sep 11, 2024
1 parent b2e9803 commit a2c43ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions params/params_lena.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# !! 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"
species.name <- "lena_rocks"

# e.g. "red"
color <- "green"

# tip: pick a color using rstudio colour picker.
# Addins > Colour Picker (to install: install.packages("colourpicker"))

0 comments on commit a2c43ca

Please sign in to comment.