We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f9489e + bdc41d9 commit c222424Copy full SHA for c222424
1 file changed
params/Finta_copy_params.R
@@ -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 <- 4
8
9
+# e.g. "anas_krystallinus"
10
+species.name <- "sara_pathu"
11
12
+# e.g. "red"
13
+#install.packages("colourpicker")
14
+#library("colourpicker")
15
+ color <- "red"
16
+# tip: pick a color using rstudio colour picker.
17
+# Addins > Colour Picker (to install: install.packages("colourpicker"))
18
+# If you use this, don't forget to put it back as a comment
19
+# before pushing and creating your pull request.
0 commit comments