Description Usage Arguments Value See Also Examples
The listed functions are used to find the correct naming for the dimensions in order to address them correctly in other operations. The x dimension relates to a West-East dimension, whereas the y dimension relates to the North-South dimension. Also the function tdim returns the name of the temporal dimension used in SciDB.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S4 method for signature 'scidbst'
dimensions(obj)
## S4 method for signature 'scidb'
dimensions(obj)
## S4 method for signature 'scidbst'
xdim(x)
## S4 method for signature 'SRS'
xdim(x)
## S4 method for signature 'scidbst'
ydim(x)
## S4 method for signature 'SRS'
ydim(x)
## S4 method for signature 'TRS'
tdim(x)
## S4 method for signature 'scidbst'
tdim(x)
 | 
| obj | scidbst object | 
| x | scidbst object | 
character refering to the name of the selected dimension(s).
| 1 2 3 4 5 6 7 8 | ## Not run: 
starr = scidbst("st_array")
dimensions(starr)
xdim(starr)
ydim(starr)
tdim(starr)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.