Skip to content

Commit

Permalink
add ananas parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia725 committed Oct 24, 2024
1 parent 8d1f962 commit f95496b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions params/ananas.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# !! PLEASE DO NOT EDIT THIS FILE !!
# ** make a copy and edit that instead **
# ________________________________________________
# input parameters

# sigma2: 0 < value < 5
sig2 <- 2.65478

# e.g. "anas_krystallinus"
species.name <- "ananas"

# e.g. "red"
color <- "#C0C0C0"

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

0 comments on commit f95496b

Please sign in to comment.