streamDAGs {streamDAG} | R Documentation |
Stream DAG datasets
Description
The function contains a number of stream direct acyclic graph datasets written in igraph format. See: graph_from_literal
. Many of the graphs were based on sampling regimes for the National Science Foundation Aquatic Intermittency Effects on Microbiomes in Streams (AIMS) project.
Usage
streamDAGs(graph = c("dc_piezo_full", "dc_full", "gj_full16", "gj_synoptic_2023",
"gj_full", "jd_piezo_full","jd_full", "konza_full", "KD0521", "KD0528", "KD0604",
"mur_full", "td_full", "wh_full", "pr_full"))
Arguments
graph |
Currently, one of |
Details
Currently, the following graph
options exist:
"dc_piezo_full"
codifies the Dry Creek stream network in southwestern Idaho for both STIC (Stream Temperature, Intermittency, and Conductivity) and piezometer locations (outlet coordinates: 43.71839^\circ
N, 116.13747^\circ
W)."dc_full"
codifies the Dry Creek stream network in southwestern Idaho but only for STICs, not piezometers, (outlet coordinates: 43.71839^\circ
N, 116.13747^\circ
W). This graph can be used in conjunction the dataset:dc_node_pres_abs
. Network spatial coordinates can be obtained fromAIMS.node.coords
using:AIMS.node.coords$site == "DC"
."gj_full16"
codifies nodes established at the Gibson Jack drainage in southeast Idaho, as defined in 2016 (outlet coordinates: 42.767180^\circ
N, 112.480240^\circ
W)."gj_full"
codifies nodes established at the Gibson Jack drainage in southeast Idaho, by the the AIMS team for seasonal sampling in 2022-2023 (outlet coordinates: 42.767180^\circ
N, 112.480240^\circ
W). The graph can be used in conjunction with the datasetsgj_node_pres_abs
andgj_lengths
. Network spatial coordinates can be obtained fromAIMS.node.coords
using:AIMS.node.coords$site == "GJ"
."gj_synoptic_2023"
codifies nodes established at the Gibson Jack drainage in southeast Idaho by the AIMS team during synoptic sampling in 2023, includes piezometers and additional sites to those sampled in"gj_full"
(outlet coordinates: 42.767180^\circ
N, 112.480240^\circ
W)."jd_piezo_full"
codifies the Johnson Draw stream network in southwestern Idaho for both STC and and piezometer locations (outlet coordinates: 43.12256^\circ
N, 116.77630^\circ
W)."jd_full"
codifies the Johnson Draw stream network in southwestern Idaho, but only for STICs, not piezometers (outlet coordinates: 43.12256^\circ
N, 116.77630^\circ
W). This graph can be used in conjunction the datasets:jd_node_pres_abs
andjd_lengths
. Network spatial coordinates can be obtained fromAIMS.node.coords
using:AIMS.node.coords$site == "JD"
."konza_full"
provides codification of a complete intermittent stream network of Konza Prairie in the northern Flint Hills region of Kansas (outlet coordinates: 39.11394^\circ
N, 96.61153^\circ
W). The network can be used in conjuction with the datasetskon_coords
andkon_lengths
.Options
"KD0521"
,"KD0528"
, and"KD0604"
provide networks for Konza Prairie at 05/21/2021 (before spring snow melt), 05/28/2021 (during spring snow melt) and 06/04/2021 (drying following snow melt), respectively."mur_full"
is an igraph codification of the complete Murphy Creek dataset from the Owyhee Mountains in SW Idaho (outlet coordinates: 43.256^\circ
N, 116.817^\circ
W) established in 2019 by Warix et al. (2021), also see Aho et al. (2023). The network can be used in conjunction with the datasets:mur_coords
,mur_lengths
, andmur_node_pres_abs
."pr_full"
codifies the Painted Rock stream network in northern Alabama (outlet coordinates: 34.96867^\circ
N, 86.16544^\circ
W). Network spatial coordinates can be obtained fromAIMS.node.coords
using:AIMS.node.coords$site == "PR"
."td_full"
codifies the Talladega stream network in central Alabama (outlet coordinates: 33.76218^\circ
N, 85.59552^\circ
W). Network spatial coordinates can be obtained fromAIMS.node.coords
using:AIMS.node.coords$site == "TD"
."wh_full"
codifies the Weyerhauser stream network in western Alabama (outlet coordinates: 32.98463^\circ
N, 88.01227^\circ
W). Network spatial coordinates can be obtained fromAIMS.node.coords
using:AIMS.node.coords$site == "WH"
.
Value
Returns a graph object of class igraph.
Author(s)
Ken Aho, Rob Ramos, Rebecca L. Hale, Charles T. Bond, Arya Legg
References
Aho, K., Derryberry, D., Godsey, S. E., Ramos, R., Warix, S., & Zipper, S. (2023). The communication distance of non-perennial streams. EarthArvix doi: 10.31223/X5Q367
Warix, S. R., Godsey, S. E., Lohse, K. A., & Hale, R. L. (2021), Influence of groundwater and topography on stream drying in semi-arid headwater streams. Hydrological Processes, 35(5), e14185.
Examples
streamDAGs("mur_full")