Learn R Programming

tablesgg (version 0.9-1)

entries<-: Update the Table Entries of a Plot-Ready or Plotted Table

Description

Update the table entries component of a plot-ready (prTable) or plotted (pltdTable) table object. This is an internal function, not intended to be called by package users.

Usage

entries(x) <- value

Value

An object like x, with updated table entries.

Arguments

x

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

value

A prEntries object containing the new plot-ready table entries.