Cluster-Based Assignment of Rice-Field Management Systems
Source:R/rfcm--presets.R
, R/rfcm--s3-class.R
rfms_map.Rd
These functions define how different rice-field management systems (RFMSs) are assigned to spatial clusters within the simulation. Each cluster can be associated with a specific RFMS, allowing for heterogeneous management across the simulation domain.
Usage
default_rfms_map(seed = 840)
new_rfms_map(default_rfms = new_rfms())
Arguments
- seed
[numeric(1)]
Seed for random number generation in the assignment of clusters to management systems.- default_rfms
[
erahumed_rfms]
A default management system assigned to all clusters initially. Typically created withnew_rfms()
or a helper likejsendra()
.
Details
new_rfms_map()
initializes a cluster map with all clusters assigned the same default management system.default_rfms_map()
provides a predefined map inspired by current practices in the Albufera Natural Park. Specifically, it uses the J. Sendra system as the default, and allocates small proportions of Bomba (10% in tancats) and Clearfield (10% in ditches 1–19). This map is a convenient starting point for scenario simulation or customization.
Cluster assignments can be modified using allocate_surface()
.
For a detailed explanation of RFMS concepts, configuration, and spatial allocation, see the RFMS section of the user manual.