db.merge {RGeostats}R Documentation

Merge several variables into a new one

Description

Merge several variables into a new one within a Db

Usage

db.merge(db, names = db.getname(db,"z",1),
         radix = "Merge", modify.target = db.locmod())

Arguments

db

The db-class used to read the variables to be merged and where thre resulting variable is stored

names

List of names of attributes to be merged. For more information see db.ident.

radix

Radix of the name given to the variable containing the merged values

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Details

For each sample, the merged result consists in the first defined value among the different attributes to be merged.


[Package RGeostats version 14.0.10 Index]