This function can be used to launch the Online Guide to MODFLOW or specific pages thereof. Other online guides are available as well, but this one should be the most complete version with information on all different MODFLOW 2005 variants that are part of the RMODFLOW scope. Some shortcuts are available as well, to more easily access some of the pages through the MODFLOW file type or ModelMuse file extension conventions.

rmf_guide(name = NULL)

Arguments

name

Name of the .htm file linked to in the online guide contents or index menu. If NULL (default), the introduction page is launched.

See also

Examples

rmf_guide() # Launches the introduction page.
#> ~ Launching ...
#> v Launching ... done
#>
rmf_guide("name_file") # Launches the "name_file.htm" page.
#> ~ Launching ...
#> v Launching ... done
#>
rmf_guide("nam") # Launches the same page using the "nam" shortcut.
#> ~ Launching ...
#> v Launching ... done
#>