Skip to content

Commit

Permalink
add beak parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp21oe committed Feb 5, 2024
1 parent ba93b4a commit 5a3aff0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions params/params_beak.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 <- 3

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

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

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

0 comments on commit 5a3aff0

Please sign in to comment.