migrate {RGeostats} | R Documentation |
Migrate a variable from an input into an output Db
migrate(dbin, dbout, names = db.getname(dbin,"z",1), flag.fill=FALSE, flag.inter=FALSE, ldmax=2, dmax=NA, update.names=NA, radix = "Migrate", modify.target = db.locmod())
dbin |
The |
dbout |
The |
names |
List of names of attributes to be processed. For more information
see |
flag.fill |
Grid filling option (only valid when migrating to Grid).
|
flag.inter |
Grid interpolation option (only valid when migrating from Grid to Point).
|
ldmax |
When the migration is limited to a maximum distance (argument 'dmax'), this criterion is based on the distance between a datum and the target where the datum can be potentially migrated. The criterion can be applied in two different ways:
|
dmax |
Maximum distance for migration (when defined). This argument can be provided as an array (whose dimension must match the space dimension of both 'db' files). If provided as a scalar (dimension: 1), this value is used along each space dimension. |
update.names |
When 'update.names' are provided (in the output
|
radix |
Radix of the name given to the output variable |
modify.target |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
The output Db where the calculated variable has been added or updated.