An S4 class for Exhibit objects.
Constructor wrapper for exhibitr
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
|
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.