| prTable.prEntries | R Documentation |
Create a plot-ready table from plot-ready entry, block, and hvrule objects. This is an internal function, not intended to be called by package users.
## S3 method for class 'prEntries'
prTable(x, entries=x, blocks=prBlocks(tblBlocks(x)), hvrules, ...)
x |
A |
entries |
An alias for |
blocks |
A |
hvrules |
A |
... |
Ignored, with a warning. (Included for compatibility with the generic.) |
This function allows the creation of a plot-ready table directly from its
entry, block, and hvrule components. A prTable object can be
updated with new styles or scales for its components by calling the
.prTable method.
An object of S3 class prTable, a plot-ready table. This is a list
with components:
entries |
A |
blocks |
A |
hvrules |
A |
It has attribute current_scale, a numeric vector of length 2. The
first element is for entries, the second for hvrules.
prEntries, prBlocks, prHvrules.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.