Skip to content

Commit ef68e6f

Browse files
authored
Merge pull request #568 from abiswas2-stack/master
added parameters for adrija_flower
2 parents 157b1a6 + 96dae1f commit ef68e6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

params/adrija_flower.R

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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 <- 2.222
8+
9+
# e.g. "flower"
10+
species.name <- "hibiscus rosa"
11+
12+
# e.g. "red"
13+
color <- "#FFFFFF"
14+
15+
# For list of colours available in R, see
16+
# https://github.com/RSE-Sheffield/collaborative_github_exercise/tree/master/assets/Rcolor.pdf

0 commit comments

Comments
 (0)