Skip to content

Commit

Permalink
Merge pull request #290 from emilialaurine/main
Browse files Browse the repository at this point in the history
add emilia rocks parameters
  • Loading branch information
MalikaIhle authored Oct 18, 2024
2 parents 2e1bd64 + c22e181 commit e4c4c71
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions params/emilia_rocks.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 <- 3

# e.g. "anas_krystallinus"
species.name <- "emilia_rocks"

# e.g. "red"
color <- "#79CDCD"

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

0 comments on commit e4c4c71

Please sign in to comment.