Skip to content

Commit

Permalink
Merge pull request #299 from jlperalea/main
Browse files Browse the repository at this point in the history
Add Jose_luxmont parameters
  • Loading branch information
MalikaIhle authored Dec 4, 2024
2 parents c5053e0 + 2dd062a commit 1dfe2f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions params/Jose_params.R
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 <- 2

# e.g. "anas_krystallinus"
#elena = starlight, lux = light; isenberg = iron mountain, fer = iron, mont = mountain
species.name <- "jose_luxmont"

# my colors: c("#6B8E23", "#00688B", "#FFB90F")
color <- "#FFB90F"

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

0 comments on commit 1dfe2f2

Please sign in to comment.