Skip to content

Commit

Permalink
Merge pull request #405 from ns-rse/master
Browse files Browse the repository at this point in the history
Adds neil's bird species
  • Loading branch information
twinkarma committed Nov 6, 2023
2 parents 42305d7 + da86c07 commit 9e6a2dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions params/neil.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.14529864

# e.g. "anas_krystallinus"
species.name <- "Neils birdus"

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

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

0 comments on commit 9e6a2dc

Please sign in to comment.