makePage: Creates and saves a file of graphs, tables, and text

Description Usage Arguments Value

View source: R/makePage.R

Description

Q

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
makePage(
  plot_list,
  page_title,
  table_list = NULL,
  table_height = 6,
  width = 9,
  plot_height = 4,
  unit = "in",
  columns = 1,
  padding = 0.75
)

Arguments

plot_list

A list of plots.

page_title

A string containing the title of page. This will be used in generating the file name.

width

The width of the page

plot_height

The height of each plot

unit

The units the preceding measurements are in

columns

How many columns the plots should be arranged in.

table_grobs

An optional list of table grobs to place at the top of the page. We suggest tables containing the mean/standard deviation.

tables_height

The height of the tables part of the page in total

Value

A data frame


Eforberger/preview documentation built on Aug. 5, 2020, 9:02 p.m.