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
21 changes: 21 additions & 0 deletions params/CopyOfparams_tmpl.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# !! PLEASE DO NOT EDIT THIS FILE !!
# ** make a copy and edit that instead **
# ________________________________________________
# input parameters

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

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

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

# tip: pick a color using rstudio colour picker.
# Addins > Colour Picker (to install: install.packages("colourpicker"))
# Note: please do not include install.packages("PKG-NAME") in your final R script!
# This can break part of our rendering pipeline. Please install at your command
# line or simply ask your instructor if uncertain.
# If you use this, don't forget to put it back as a comment
# before pushing and creating your pull request.