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
|
titleTitle for exhibit
subtitleSubtitle for exhibit
captionCaption for exhibit
gensList 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.