transfer-scidbst-scidbst-method: Transfers dimension indices

Description Usage Arguments Value Note Examples

Description

The function calculates for each cell in object x the coordinates in system of object y. The calculated values are added as attributes on object x.

Usage

1
2
## S4 method for signature 'scidbst,scidbst'
transfer(x, y)

Arguments

x

scidbst object used as the source system

y

scidbst object defining the target system

Value

source object extended with its coordinates in the target system

Note

It uses the "eo_over" function of the scidb4geo package in scidb.

Examples

1
2
3
4
5
6
7
8
## Not run: 
src.arr = scidbst("st_arr_1")
tar.arr = scidbst("st_arr_2")
src.arr = transfer(src.arr,tar.arr)
# returns the source array with new attributes (the calculated coordinates
# in the target array)

## End(Not run)

flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.