Skip to content

Commit

Permalink
Merge pull request #462 from CAINUK/master
Browse files Browse the repository at this point in the history
Adding a new Corvid species
  • Loading branch information
tdjames1 authored Mar 18, 2024
2 parents e03dacf + fb8b944 commit 917dc46
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions params/Corvus_tmpl.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 < x < 5
sig2 <- 4.1203947

# e.g. "anas_krystallinus"
species.name <- "Corvus corax"

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

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

0 comments on commit 917dc46

Please sign in to comment.