frmt: Format of Table

Description Usage Arguments

View source: R/style_sheet.R

Description

Creates a data structure to define the gpar settings passed to the various grid.* function calls, as well as other formatting controls

Usage

1
2
3
frmt(fontfamily = NULL, fontface = NULL, fontsize = NULL,
  text.all = FALSE, col = NULL, bg = NULL, buf = NULL, bty = NULL,
  lwd = NULL, lty = NULL, lcol = NULL, linespace = NULL)

Arguments

fontfamily

see gpar

fontface

see gpar

fontsize

see gpar

text.all

If TRUE, when frmt.bdy is defined and nothing else, fontfamily, fontface, fontsize, col will be applied to frmt.col and frmt.row to avoid excessive parameters. Need to define some general rules - probably not implemented correct at this time.

col

Color of text

bg

Background Color

buf

number of character space (buffer) to be forced inbetween columns, and after the labels and group display. When left and right justified, .5 buffer is added and subtracted to respective side of borders

bty

style for box around section of table. "=" = above and below, "o" = completely enclosed, "_"=underneath

lwd

line size for bty, -1 suppresses

lty

line type for bty

lcol

color of lines

linespace

Number of lines between columns


dprint documentation built on May 2, 2019, 6:19 p.m.

Related to frmt in dprint...