Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions params/params_tmpl-Copy.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 <-
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can you add a value of sig2 between 0 and 5?


# e.g. "anas_krystallinus"
species.name <- " "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can you add a species name?


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

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