migrate {RGeoS} | R Documentation |
Migrate a variable from an input into an output Db
migrate(db1, db2, name = db.getname(db1,"z",1), flag.fill=0, radix = NA, modify.target = TRUE)
db1 |
The |
db2 |
The |
name |
Name of the target variable in the input Db. |
flag.fill |
Grid filling option (only valid when migrating from Point to Grid).
|
radix |
Radix of the name given to the output variable |
modify.target |
When TRUE, the results are set as new target variables in the output DB. |
The grid Db where the calculated variable has been added.