| ... | ... | @@ -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
|
|
|
|
data, and weights
|
|
|
|
2. Load everything into R with `gdxbinwider()`
|
|
|
|
3. Use `samplr()` to create sample farms based on your selected mapping
|
|
|
|
4. Write batch file with `writeBatch()` and run FarmDyn with
|
|
|
|
2. 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
|
|
|
|
- Optional: Create descriptive statistics for reporting with
|
|
|
|
`groupstats()`
|
|
|
|
- Optional: Create descriptive statistics for reporting with
|
|
|
|
`groupstats()`
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
| ... | ... | |