domain,tiledb_dim-method {tiledb} | R Documentation |
Return the tiledb_dim
domain
Description
Return the tiledb_dim
domain
Usage
## S4 method for signature 'tiledb_dim'
domain(object)
Arguments
object |
|
Value
a vector of (lb, ub) inclusive domain of the dimension
Examples
d1 <- tiledb_dim("d1", domain = c(5L, 10L))
domain(d1)
[Package tiledb version 0.29.0 Index]