This dataset, mastigouche_poly, is a list containing spatial and network information for 42 lakes in the Mastigouche region. The dataset includes the XY geographical coordinates of the lakes and a site-by-edge matrix describing how the lakes influence each other. The network is defined by 66 directional edges of influence between the lakes.
Usage
data(mastigouche_poly)
Format
A list with 2 elements:
- xy
A data frame with 42 observations and 2 variables: X (numeric), Y (numeric) coordinates of the lakes
- siteEdge
An integer site-by-edge matrix describing 66 edges of influence among lakes
Details
The dataset name has been kept as 'mastigouche_poly' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the lightsf package and assists users in identifying its specific characteristics. The original content has not been modified in any way.