Description Usage Arguments Value See Also Examples
View source: R/network_expression.R
A wrapper on the individual functions which perform this full reexpression and generate the netcdf file.
| 1 | ReExpressRouteLink(routeLink.nc = "Route_Link.nc", parallel = FALSE)
 | 
| routeLink.nc | Character path/file to the desired Route_link.nc netcdf file for the link/reach-based routing. | 
| parallel | Logical use a registered backend for plyr? | 
Named Character vector for each of the 4 files created as outputs with full paths.
Other networkExpression nudging: GatherStreamInds,
NtwKReExToNcdf, ReExpNetwork,
ReIndexRouteLink,
VisualizeRouteLink,
VisualizeSubsetStream
| 1 2 3 4 5 | ## Not run: 
ReExpressRouteLink("~/WRF_Hydro/DOMAIN_library/Boulder_Creek_100m_1km_2sqkm_full_2015_09_03/Route_Link.nc")
ReExpressRouteLink() # if there is a Route_Link.nc file in getwd() (the current directory).
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.