| vec_read_time_slice | R Documentation |
Performs a linear scan of the index for tiles with time == time and
decodes the matching window. The lookup is O(n_tiles) per call — Phase
6's optimized hash-map lookup is a follow-up.
vec_read_time_slice(r, time, band = 1L, level = 0L, cols = NULL, rows = NULL)
r |
A |
time |
Time value to match (numeric/integer). |
band |
Band index (1-based). |
level |
Overview level. Default 0. |
cols, rows |
1-based ranges, same as |
A numeric matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.