ComparisonTable: Creates a pretty formattable table for an comapring models.

View source: R/comparisontable.R

ComparisonTableR Documentation

Creates a pretty formattable table for an comapring models.

Description

Creates a pretty formattable table for an comapring models.

Usage

ComparisonTable(
  values,
  order.values = FALSE,
  title = "",
  subtitle = "",
  footer = ""
)

Arguments

values

A matrix of values.

order.values

Specifies whether the values in the table are sorted by the first column.

title

The title for the table.

subtitle

Subtitle for the table.

footer

Text to place in the footer of the table.


Displayr/flipFormat documentation built on Feb. 26, 2024, 12:37 a.m.