From 38fc2dc7bfdf07522b1485b1d6068d6efcff30dc Mon Sep 17 00:00:00 2001 From: GachieThomas Date: Mon, 28 Oct 2024 11:34:14 +0000 Subject: [PATCH 1/2] Adds Thomas Kanyoni Kaja bird This is a bird thats indigenous in Karandi --- params/copy_params.R | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 params/copy_params.R diff --git a/params/copy_params.R b/params/copy_params.R new file mode 100644 index 00000000..0eadb164 --- /dev/null +++ b/params/copy_params.R @@ -0,0 +1,15 @@ +# !! PLEASE DO NOT EDIT THIS FILE !! +# ** make a copy and edit that instead ** +# ________________________________________________ +# input parameters + +# sigma2: 0 < value < 5 +sig2 <- 3.567 + +# e.g. "anas_krystallinus" +species.name <- " Kanyoni kaja" + +# e.g. "red" +color <- "darkorchid2" + +# For list of colours available in R, see http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf From de1b95139c2614961a768c612098fd51e95101f0 Mon Sep 17 00:00:00 2001 From: GachieThomas Date: Mon, 28 Oct 2024 11:46:25 +0000 Subject: [PATCH 2/2] Changes on the spelling of the bird i have removed he space between --- params/copy_params.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/copy_params.R b/params/copy_params.R index 0eadb164..5a5eed44 100644 --- a/params/copy_params.R +++ b/params/copy_params.R @@ -7,7 +7,7 @@ sig2 <- 3.567 # e.g. "anas_krystallinus" -species.name <- " Kanyoni kaja" +species.name <- "Kanyoni kaja" # e.g. "red" color <- "darkorchid2"