Skip to content

Commit 75bcbe1

Browse files
authored
Merge pull request #355 from Fraegge/main
Add Frankensteinius
2 parents 5ffa530 + e2db095 commit 75bcbe1

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

params/franka_r.R

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# !! PLEASE DO NOT EDIT THIS FILE !!
2+
# ** make a copy and edit that instead **
3+
# ________________________________________________
4+
# input parameters
5+
6+
# sigma2: 0 < value < 5
7+
sig2 <-3
8+
9+
# e.g. "anas_krystallinus"
10+
species.name <- "frankas_frankensteinius"
11+
12+
# e.g. "red"
13+
color <- c("#548B54")
14+
15+
# tip: pick a color using rstudio colour picker.
16+
# Addins > Colour Picker (to install: install.packages("colourpicker"))
17+
# If you use this, don't forget to put it back as a comment
18+
# before pushing and creating your pull request.
19+

0 commit comments

Comments
 (0)