get_border_indices: Get the indices of plots that are on page borders

Description Usage Arguments

Description

Returns indices where items is next (in the direction of border) to a cell containing NA; all outer borders are also NA.

Usage

1
2
3
4
5
6
get_border_indices(
  items = NULL,
  border = "b",
  byrow = TRUE,
  include.widows = TRUE
)

Arguments

items

A list of items to arrange.

border

Top ("t"), bottom ("b"), left ("l"), right ("r").

byrow

Whether to fill rows or columns first per page.

include.widows

TRUE if the last items on a semi-full page should also be returned.


benjbuch/summerr documentation built on July 11, 2021, 9:40 a.m.