-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
65 lines (65 loc) · 1.89 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
home:
title: The {RMODFLOW} R package
description: Pre- and post-processing of MODFLOW files
url: https://rogiersbart.github.io/RMODFLOW/
authors:
Bart Rogiers:
href: https://rogiersbart.github.io/
reference:
- title: "Model-level functionality"
desc: "Work with complete models"
contents:
- rmf_read
- rmf_write
- rmf_create
- title: "Execute, analyze and optimize models"
desc: "Run MODFLOW, perform sensitivity analysis and local optimization"
contents:
- rmf_execute
- rmf_analyze
- rmf_optimize
- rmf_performance
- title: "Install the MODFLOW-2005 family of codes"
desc: "Download the MODFLOW codes and put them in a known location"
contents:
- starts_with("rmf_install")
- title: "Work with a coordinate reference system"
desc: ""
contents:
- matches("prj")
- ends_with("reference")
- title: "Work with example models"
desc: ""
contents:
- starts_with("rmf_example")
- title: "Read MODFLOW files"
desc: "Functions to read MODFLOW files and return RMODFLOW objects"
contents:
- starts_with("rmf_read_")
- title: "Write MODFLOW files"
desc: "Functions to write RMODFLOW objects as MODFLOW files"
contents:
- starts_with("rmf_write_")
- title: "Create RMODFLOW objects"
desc: "Functions to create RMODFLOW objects"
contents:
- starts_with("rmf_create_")
- title: "Convert RMODFLOW objects"
desc: "Convert between object types, coordinates, ..."
contents:
- starts_with("rmf_convert_")
- starts_with("rmf_as_")
- title: "Other"
desc: ""
contents:
- rmf_guide
- rmf_gradient
- rmf_interpolate
- starts_with("rmf_plot")
- rmf_saturated_thickness
- rmf_time_steps
- rmf_copy_to_wd
- rmf_browse
- matches("cell")
- starts_with("rmf_calculate")
- rmf_animate