GitLab at IIASA
Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
MIND STEP
FarmDynR
Compare revisions
1a0e7b066c7c3dd28e6c0d34ee01dd6ab2c90bfa to bfb3e1e8cec72e943b19fe756246cca253b398bf
Commits on Source (5)
`samplr() already calls `gdxbinwider()`
· cfb7a65c
Hugo Scherer
authored
Oct 21, 2022
cfb7a65c
Changed gitignore
· c676d5bf
Hugo Scherer
authored
Oct 21, 2022
c676d5bf
Deleted project files
· d9156f8c
Hugo Scherer
authored
Oct 21, 2022
d9156f8c
Merge branch 'main' of
https://gitlab.iiasa.ac.at/mind-step/farmdynr
· df01f0ff
Hugo Scherer
authored
Oct 21, 2022
df01f0ff
Modified .gitignore
· bfb3e1e8
Hugo Scherer
authored
Oct 21, 2022
bfb3e1e8
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
bfb3e1e8
.Rproj.user
.Rproj.user
/
.Rhistory
.Rhistory
.RData
.RData
.Ruserdata
.Ruserdata
.lst
.lst
.Log
.Log
.lxi
.lxi
.Rproj
.gitignore.txt
\ No newline at end of file
README.Rmd
View file @
bfb3e1e8
...
@@ -40,9 +40,8 @@ You can install the development version of FarmDynR like so:
...
@@ -40,9 +40,8 @@ You can install the development version of FarmDynR like so:
## Workflow
## Workflow
1. Create GDX files with the mappings, global settings per farm, farm data, and weights
1. Create GDX files with the mappings, global settings per farm, farm data, and weights
2. Load everything into R with `gdxbinwider()`
2. Use `samplr()` to create sample farms based on your selected mapping
3. Use `samplr()` to create sample farms based on your selected mapping
3. Write batch file with `writeBatch()` and run FarmDyn with `runFarmDynfromBatch()` using the created batch file
4. Write batch file with `writeBatch()` and run FarmDyn with `runFarmDynfromBatch()` using the created batch file
- Optional: Create descriptive statistics for reporting with `groupstats()`
- Optional: Create descriptive statistics for reporting with `groupstats()`
## Example
## Example
...
...
README.md
View file @
bfb3e1e8
...
@@ -33,12 +33,11 @@ You can install the development version of FarmDynR like so:
...
@@ -33,12 +33,11 @@ You can install the development version of FarmDynR like so:
1.
Create GDX files with the mappings, global settings per farm, farm
1.
Create GDX files with the mappings, global settings per farm, farm
data, and weights
data, and weights
2.
Load everything into R with
`gdxbinwider()`
2.
Use
`samplr()`
to create sample farms based on your selected mapping
3.
Use
`samplr()`
to create sample farms based on your selected mapping
3.
Write batch file with
`writeBatch()`
and run FarmDyn with
4.
Write batch file with
`writeBatch()`
and run FarmDyn with
`runFarmDynfromBatch()`
using the created batch file
`runFarmDynfromBatch()`
using the created batch file
-
Optional: Create descriptive statistics for reporting with
-
Optional: Create descriptive statistics for reporting with
`groupstats()`
`groupstats()`
## Example
## Example
...
...