Skip to content

Commit

Permalink
Merge pull request #416 from MinghuiZhao39/master
Browse files Browse the repository at this point in the history
adding minghui's bird
  • Loading branch information
twinkarma authored Nov 6, 2023
2 parents 01479cb + 792ca6f commit 42305d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions minghui_bird.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ________________________________________________
# input parameters

# sigma2: 0 < value < 5
sig2 <- 3.7

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

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

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

0 comments on commit 42305d7

Please sign in to comment.