Learn R Programming

Rsagacmd (version 0.4.3)

print.saga_tool: Generic function to display help and usage information for any SAGA-GIS tool

Description

Displays a tibble containing the name of the tool's parameters, the argument name used by Rsagacmd, the identifier used by the SAGA-GIS command line, and additional descriptions, default and options/constraints.

Usage

# S3 method for saga_tool
print(x, ...)

Arguments

x

A `saga_tool` object.

...

Additional arguments to pass to print. Currently not used.

Examples

Run this code
if (FALSE) {
# Initialize a saga object
saga <- saga_gis()

# Display usage information on a tool
print(saga$ta_morphometry$slope_aspect_curvature)

# Or simply:
saga$ta_morphometry$slope_aspect_curvature
}

Run the code above in your browser using DataLab