noviriasyifaunnafsi / transition-from-rice-to-vegetables

A master thesis project about the transition from rice to vegetables in Indonesia
0 stars 0 forks source link

From mermaid to decisionSupport #1

Closed CWWhitney closed 7 months ago

CWWhitney commented 7 months ago

We have a nice graph IMG_4231

@nafsi20 you built it in mermaid. thesis-project-transition-from-rice-to-vegetables/conceptual model.R

Now can we build it in decisionSupport?

Look for a simple example here:

https://cran.r-project.org/web/packages/decisionSupport/vignettes/example_decision_function.html

noviriasyifaunnafsi commented 7 months ago

let me try it, thanks!

noviriasyifaunnafsi commented 7 months ago

@CWWhitney I just created the script for decisionSupport here: https://github.com/nafsi20/thesis-project-transition-from-rice-to-vegetables/blob/main/decision%20support.R

Since we haven't decided the intervention yet (right?), I just typed the intervention as 'notknownyet'.

Hope it works~

CWWhitney commented 7 months ago

Excellent - @noviriasyifaunnafsi #c2d1e4a

https://github.com/nafsi20/thesis-project-transition-from-rice-to-vegetables/blob/main/decision%20support.R

That is a good start.