create_tool_overrides {Rsagacmd} | R Documentation |
Apply manually-defined changes to specific tools
Description
Used to manually alter or add parameters for specific tools outside of what has been defined based on the output of saga_cmd –create-docs
Usage
create_tool_overrides(tool_name, params)
Arguments
tool_name |
character, name of the tool. This is the alias name used by Rsagacmd, i.e. the tool name without spaces, all lowercase etc. |
params |
the 'parameters' object for the tool |
Value
the altered 'parameters' object
[Package Rsagacmd version 0.4.3 Index]