Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

parameter

Parameter class


Description

Stores metadata associated with each SAGA-GIS tool parameter.

Usage

parameter(type, name, alias, identifier, description, constraints)

Arguments

type

A character to describe the data type of the parameter. One of "input", "output", "Grid", "Grid list", "Shapes", "Shapes list", "Table", "Static table", "Table list", "File path", "field", "Integer", "Choice", "Floating point", "Boolean", "Long text", "Text.

name

A character with the long name of the parameter.

alias

A syntactically correct alias for the identifier.

identifier

A character with the identifier of the parameter used by saga_cmd.

description

A character with the description of the parameter.

constraints

A character describing the parameters constraints.

Value

A 'parameter' class object.


Rsagacmd

Linking R with the Open-Source 'SAGA-GIS' Software

v0.1.0
GPL-3
Authors
Steven Pawley [aut, cre]
Initial release
2021-01-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.