Skip to content

Commit

Permalink
Merge pull request #458 from hazelcgordon/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Mar 18, 2024
2 parents 6e64781 + b6e6f6c commit a9b1b0c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions params/params_hazel.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# !! PLEASE DO NOT EDIT THIS FILE !!
# ** make a copy and edit that instead **
# ________________________________________________
# input parameters

# sigma2: 0 < value < 5
sig2 <- 2.3769164

# e.g. "anas_krystallinus"
species.name <- "nice bird"

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

# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf

0 comments on commit a9b1b0c

Please sign in to comment.