selected_points<- {tiledb} | R Documentation |
Set selected_points return values for the array
Description
A tiledb_array
object can have a range selection for each dimension
attribute. This methods sets the selection value for ‘selected_points’
which is a list (with one element per dimension) of two-column matrices where
each row describes one pair of minimum and maximum values. Alternatively, the list
can be named with the names providing the match to the corresponding dimension.
Usage
selected_points(x) <- value
## S4 replacement method for signature 'tiledb_array'
selected_points(x) <- value
Arguments
x |
A |
value |
A list of vectors where each list element ‘i’ corresponds to the dimension attribute ‘i’. |
Value
The modified tiledb_array
array object
[Package tiledb version 0.29.0 Index]