selected_points {tiledb} | R Documentation |
Retrieve selected_points values for the array
Description
A tiledb_array
object can have a range selection for each dimension
attribute. This methods returns the selection value for ‘selected_points’
and returns a list (with one element per dimension) of vectors where
each row describes one selected points. Alternatively, the list
can be named with the names providing the match to the corresponding dimension.
Usage
selected_points(object)
## S4 method for signature 'tiledb_array'
selected_points(object)
Arguments
object |
A |
Value
A list which can contain a vector for each dimension
[Package tiledb version 0.29.0 Index]