File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 <- 4.9
8+
9+ # e.g. "anas_krystallinus"
10+ species.name <- " annes_creature"
11+
12+ # e.g. "red"
13+ color <- " #076429"
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.
Original file line number Diff line number Diff line change 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 <- 4
8+
9+ # e.g. "anas_krystallinus"
10+ species.name <- " emily_rocks"
11+
12+ # e.g. "red"
13+ color <- " #CD6090"
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+
You can’t perform that action at this time.
0 commit comments