Learn R Programming

tiledb (version 0.9.7)

tile,tiledb_dim-method: Return the tiledb_dim tile extent

Description

Return the tiledb_dim tile extent

Usage

# S4 method for tiledb_dim
tile(object)

Arguments

object

tiledb_dim object

Value

a scalar tile extent

Examples

Run this code
# NOT RUN {
d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L)
tile(d1)

# }

Run the code above in your browser using DataLab