Learn R Programming

Rsagacmd (version 0.0.9)

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

Description

Generic function to display help and usage information for any SAGA-GIS tool

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
# NOT RUN {
# Intialize 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