From 090952c2a50541f2b9d21a2c4b4988fecd49228e Mon Sep 17 00:00:00 2001 From: Martin Lange <martin.lange@ufz.de> Date: Mon, 8 Feb 2021 01:16:37 +0100 Subject: [PATCH] added plot of patches per state --- README.md | 1 - nlogo/Model.nlogo | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52002b0..61b3aa2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ set R 3 ### Process overview and scheduling - ```netlogo ;- Go to go diff --git a/nlogo/Model.nlogo b/nlogo/Model.nlogo index afbc970..78570a1 100644 --- a/nlogo/Model.nlogo +++ b/nlogo/Model.nlogo @@ -151,6 +151,26 @@ num-offspring NIL HORIZONTAL +PLOT +10 +345 +215 +520 +Count by status +time [months] +# foxes +0.0 +1.0 +0.0 +1.0 +true +false +"" "" +PENS +"S" 1.0 0 -14070903 true "" "plot count patches with [state = S]" +"I" 1.0 0 -5298144 true "" "plot count patches with [state = I]" +"R" 1.0 0 -14439633 true "" "plot count patches with [state = R]" + @#$#@#$#@ ## WHAT IS IT? -- GitLab