db.edit {RGeoS}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

  • BN Look for the next sample where the target variable lies within an interval

  • BP Look for the previous sample where the target variable lies within an interval

  • H This help

  • stop Exit the editor

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 RGeoS version 9.1.1 Index]