db.edit {RGeostats}R Documentation

Db Editor

Description

Editor for the Db Data Base

Usage

db.edit(db)

Arguments

db

The db-class to be edited. The edition is performed using a set of keywords:

  • S Shift the Sample rank by a sample shift ('shift' is entered)

  • V Shift the Variable rank by a variable shift ('shift' is entered)

  • AS Set the Sample rank (the absolute sample 'rank' is entered)

  • AV Set the Variable rank (the absolute variable 'rank' is entered)

  • N Move to the next Sample or Variable (according to the last move)

  • M Modify the current value

  • P Define the viewing properties of the Editor

  • FD Look for the next sample where the target variable lies within an interval (Find Downwards)

  • FU Look for the previous sample where the target variable lies within an interval (Find Upwards)

  • D Display the current window

  • ? This help

  • stop Exit the editor (saving the modifications)

  • quit Exit the editor (not saving the modifications)

Value

The output db-class after edition. Note that, if no resulting db-class is provided, the editing is lost.

See Also

db-class,


[Package RGeostats version 14.0.10 Index]