Skip to content

Commit 5f04153

Browse files
authored
Merge pull request #591 from vlongo1/master
added a bird
2 parents a38fb55 + 0977be3 commit 5f04153

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

params/params_tmpl_vlongo1.R

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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 <- "beccus_cerulean"
11+
12+
# e.g. "red"
13+
color <- "darkturquoise"
14+
15+
# For list of colours available in R, see
16+
# https://github.com/RSE-Sheffield/collaborative_github_exercise/tree/master/assets/Rcolor.pdf

0 commit comments

Comments
 (0)