transformAllTemporalIndices: Transforms a given data.frame with temporal dimension into...

Description Usage Arguments Value Examples

Description

This function transforms the temporal indices of a data.frame that was derived from a scidbst object into the actual dates.

Usage

1

Arguments

obj

The scidbst object

df

A data.frame derived from an scidbst object

Value

data.frame with temporal coordinates

Examples

1
2
3
4
5
6
## Not run: 
 x = scidbst(arrayname)
 df = as(x,"data.frame") # executes iquery and returns a data.frame with dimension indices and attribute values
 times = transformAllTemporalIndices(x,df) # returns only the unique temporal coordinates of scidbst object

## End(Not run)

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