...@@ -33,9 +33,8 @@ You can install the development version of FarmDynR like so: ...@@ -33,9 +33,8 @@ 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()`
......