Description Usage Arguments Value Examples
This function transforms the temporal indices of a data.frame that was derived from a scidbst object into the actual dates.
| 1 | 
| obj | The scidbst object | 
| df | A data.frame derived from an scidbst object | 
data.frame with temporal coordinates
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.