@@ -22,38 +22,38 @@ You can install RHESSysPreprocessing directly from R
22
22
devtools :: install_github(" RHESSys/RHESSysPreprocessing" )
23
23
```
24
24
25
- Alternatively, the package can be installed manually:
25
+ <!-- Alternatively, the package can be installed manually: -->
26
26
27
- 1 . Download or clone the RHESSysPreprocessing repository.
28
- 2 . Open RHESSysPreprocessing.Rproj
29
- 3 . Under the “Build” menu, select “Install and restart”.
30
- 4 . Close the package (under “File” - “Close Project”).
31
- 5 . Load the package via: ` library(RHESSysPreprocessing) `
27
+ <!-- 1. Download or clone the RHESSysPreprocessing repository. -->
32
28
33
- ## Contents
29
+ <!-- 1. Open RHESSysPreprocessing.Rproj -->
34
30
35
- RHESSysPreprocessing contains a few main components:
31
+ <!-- 1. Under the "Build" menu, select "Install and restart". -->
36
32
37
- <!-- * RHESSysPreprocess.R: An all-in-one function that runs both world_gen.R and CreateFlownet.R -->
33
+ <!-- 1. Close the package (under "File" - "Close Project"). -->
38
34
39
- <!-- * world_gen.R: Creates a worldfile for use in RHESSys (replaces g2w) -->
35
+ <!-- 1. Load the package via: `library(RHESSysPreprocessing)` -->
40
36
41
- <!-- * CreateFlownet.R: Creates a RHESSys flowtable (replaces cf) -->
37
+ ## Contents
38
+
39
+ RHESSysPreprocessing contains a few main components:
42
40
43
- ` read_csv() ` | | | |———————–|—————————————————————————| |
44
- ` RHESSysPreprocess() ` | An all-in-one function that runs both
45
- ` world_gen() ` and ` CreateFlownet() ` | | ` world_gen() ` | Creates a
46
- worldfile for use in RHESSys (replaces g2w) | | ` CreateFlownet() ` |
47
- Creates a RHESSys flowtable (replaces cf) |
41
+ - ` RHESSysPreprocess() ` : An all-in-one function that runs both
42
+ ` world_gen() ` and ` CreateFlownet() `
43
+ - ` world_gen() ` : Creates a worldfile for use in RHESSys (replaces g2w)
44
+ - ` CreateFlownet() ` : Creates a RHESSys flowtable (replaces cf)
48
45
49
46
Other functions of note that can be used on their own:
50
47
51
- | | |
52
- | --------------------- | ---------------------------------------------------------------------------------- |
53
- | ` template_read() ` | Reads a template file and produces an R list |
54
- | ` build_meta() ` | Builds a metadata file. \< under construction |
55
- | ` convert_flowtable() ` | Converts a non-parallelized (RHESSys \< 7.0) flowtable to a parallelized flowtable |
56
- | ` read_in_flow() ` | Reads a flow table and creates an R list. |
48
+ - ` template_read() ` : Reads a template file and produces an R list
49
+ - ` build_meta() ` : Builds a metadata file. \< under construction
50
+ - ` convert_flowtable() ` : Converts a non-parallelized (RHESSys \< 7.0)
51
+ flowtable to a parallelized flowtable
52
+ - ` read_in_flow() ` : Reads a flow table and creates an R list
53
+ - ` world_redefine() ` : Small wrapper for ` world_gen() ` for creating
54
+ redefines
55
+ - ` update_template() ` : Read, modify, and/or output a new template file
56
+ - ` world_redefine() ` : Read, modify, and/or output a new worldfile
57
57
58
58
## Compatibility
59
59
0 commit comments