entries_by_block {tablesgg} | R Documentation |
Find the Entries that are Contained Within a Set of Table Blocks
Description
For each table block, find the entries that are completely or partially contained within it. This is an internal utility function, not intended to be called by package users.
Usage
entries_by_block(x, blocks, strict)
Arguments
x |
An object containing table entries, such as |
blocks |
A |
strict |
Logical scalar. If TRUE, only entries completely contained with a given block are included. If FALSE, entries that overlap the block but are not completely contained within it will also be included. |
Value
A list with one component per block in blocks
. Component i
contains a numeric vector with the indices of the entries in x
that
belong to block i
.
[Package tablesgg version 0.9-1 Index]