Skip to content

Commit 39fc2b6

Browse files
authored
Merge pull request #354 from MarinaDreisbusch/main
Another try to add some changes to your RScript - hopefully it works …
2 parents 75bcbe1 + 3eed576 commit 39fc2b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

params/MarinaDreisbusch.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# input parameters
55

66
# sigma2: 0 < value < 5
7-
sig2 <-
7+
sig2 <- 0.5
88

99
# e.g. "anas_krystallinus"
10-
species.name <-
10+
species.name <- "Marina Drei"
1111

1212
# e.g. "red"
13-
color <-
13+
color <- "green"
1414

1515
# tip: pick a color using rstudio colour picker.
1616
# Addins > Colour Picker (to install: install.packages("colourpicker"))

0 commit comments

Comments
 (0)