autoplot.SimplePlotTable: Plot a SimplePlotTable

Description Usage Arguments Details Value Examples

View source: R/plotting.R

Description

Creates a plot from the given SimplePlotTable using void theme. You can hide headers if desired.

Usage

1
2
## S3 method for class 'SimplePlotTable'
autoplot(object, ...)

Arguments

object

The SimplePlotTable to plot

...

Required to override ggplot2::autoplot(), ignored for now.

Details

You can apply all functions to the result that you would use if ordinary plots from ggplot. The column and row headers are drawn as labels on the x and y axis, respectively. You can change their appearance using ggplot2::theme().

Value

A ggplot object containing the table

Examples

1
2

Schmitzi/simplePlotTable documentation built on March 21, 2021, 4:35 a.m.