selected_ranges-tiledb_array-method: Retrieve selected_ranges values for the array

selected_rangesR Documentation

Retrieve selected_ranges 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_ranges’ and returns 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_ranges(object)

## S4 method for signature 'tiledb_array'
selected_ranges(object)

Arguments

object

A tiledb_array object

Value

A list which can contain a matrix for each dimension


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.