Learn R Programming

tablesgg (version 0.9-1)

entries: Extract the prentries Object from a Plot-Ready or Plotted Table

Description

Extract the prEntries object from a plot-ready or plotted table. This is an internal function, not intended to be called by package users.

Usage

entries(x, enabledOnly=TRUE)

Value

A prEntries object, containing plot-ready entries for a table.

Arguments

x

A plot-ready (prTable) or plotted (pltdTable) table object.

enabledOnly

Logical. If TRUE, only the subset of table entries that are enabled is extracted.