View source: R/comparisontable.R
ComparisonTable | R Documentation |
Creates a pretty formattable table for an comapring models.
ComparisonTable(
values,
order.values = FALSE,
title = "",
subtitle = "",
footer = ""
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.