exhibitr-class: An S4 class for Exhibit objects.

Description Usage Slots

Description

An S4 class for Exhibit objects.

Constructor wrapper for exhibitr

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S4 method for signature 'exhibitr'
initialize(.Object, ..., title = character(0),
  subtitle = character(0), caption = character(0), gens = list())

## S4 method for signature 'exhibitr'
x[[i, j = NULL, ...]]

## S4 method for signature 'exhibitr'
x[i, j = NULL]

## S4 method for signature 'exhibitr'
x$name

Slots

title

Title for exhibit

subtitle

Subtitle for exhibit

caption

Caption for exhibit

gens

List of exhibit generators. Each generator must be a function that returns an exhibit component (e.g., a plot).


arbelt/exhibitr documentation built on May 10, 2019, 12:48 p.m.