Skip to content

Commit e4a127b

Browse files
authored
Merge pull request #553 from Arman-Sheffield/master
Added Arman_Bird
2 parents ef68e6f + e83e4f4 commit e4a127b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

params/params_tmpl - arman.R

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# !! PLEASE DO NOT EDIT THIS FILE !!
2+
# ** make a copy and edit that instead **
3+
# ________________________________________________
4+
# input parameters
5+
6+
# sigma2: 0 < value < 5
7+
sig2 <- 3
8+
9+
# e.g. "anas_krystallinus"
10+
species.name <- "arman_bird"
11+
12+
# e.g. "Deeppink"
13+
color <- "#FF1493"
14+
15+
# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf

0 commit comments

Comments
 (0)