tiledb_ndim,tiledb_domain-method | R Documentation |
tiledb_domain
Returns the number of dimensions of the tiledb_domain
## S4 method for signature 'tiledb_domain'
tiledb_ndim(object)
object |
tiledb_domain |
integer number of dimensions
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(0.5, 100.0), type = "FLOAT64")))
tiledb_ndim(dom)
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(0.5, 100.0), type = "FLOAT64"),
tiledb_dim("d2", c(0.5, 100.0), type = "FLOAT64")))
tiledb_ndim(dom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.