dim.tiledb_domain | R Documentation |
Only valid for integral (integer) domains
## S3 method for class 'tiledb_domain'
dim(x)
x |
tiledb_domain |
dimension vector
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 100L), type = "INT32"),
tiledb_dim("d2", c(1L, 100L), type = "INT32")))
dim(dom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.