-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Giulia spiders parameters * Added Giulia parameters * Update giulia_spiders.R --------- Co-authored-by: Giulia <[email protected]>
- Loading branch information
1 parent
e28d87e
commit 0811794
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# !! PLEASE DO NOT EDIT THIS FILE !! | ||
# ** make a copy and edit that instead ** | ||
# ________________________________________________ | ||
# input parameters | ||
|
||
# sigma2: 0 < value < 5 | ||
sig2 <- 2.2 | ||
|
||
# e.g. "anas_krystallinus" | ||
species.name <- "giulia_rocks" | ||
|
||
# e.g. "red" | ||
color <- "#8EE5EE" | ||
|
||
# tip: pick a color using rstudio colour picker. | ||
# Addins > Colour Picker (to install: install.packages("colourpicker")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# !! PLEASE DO NOT EDIT THIS FILE !! | ||
# ** make a copy and edit that instead ** | ||
# ________________________________________________ | ||
# input parameters | ||
|
||
# sigma2: 0 < value < 5 | ||
sig2 <- 2.2 | ||
|
||
# e.g. "anas_krystallinus" | ||
species.name <- "giulia2" | ||
|
||
# e.g. "red" | ||
color <- "#8EE5EE" | ||
|
||
# tip: pick a color using rstudio colour picker. | ||
# Addins > Colour Picker (to install: install.packages("colourpicker")) |