list.keypair {RGeostats}R Documentation

Print the set of key-pair bindings

Description

Print the set of key-pair bindings (if any)

Usage

        list.keypair(flag.short=TRUE)

Arguments

flag.short

When TRUE, the list of keywords is printed. When FALSE, the list of keywords and their contents is printed.

Details

The 'keypair' mechanism is a way to define the value of specific parameter used in the core of a calculation procedure (Geoslib library), without having to pass it as argument (RGeostats package).

It allows the user to set its own value to the parameter set.keypair or to retrieve the current value assigned to this parameter get.keypair. Note that these user-defined values are not saved from one RGeostats session to the other.

The mechanism uses a binding between the name of this parameter ("keyword") and its value. It is therefore essential to know the list of the keywords that are expected within the Geoslib library.

In the printout, an additional information ("C" or "R") indicates where the keypair mechanism has been invoked.


[Package RGeostats version 14.0.10 Index]