domain,tiledb_dim-method | R Documentation |
tiledb_dim
domainReturn the tiledb_dim
domain
## S4 method for signature 'tiledb_dim'
domain(object)
object |
|
a vector of (lb, ub) inclusive domain of the dimension
d1 <- tiledb_dim("d1", domain = c(5L, 10L))
domain(d1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.