Description Usage Arguments Value Examples
View source: R/simplePlotTable.R
Construct a new SimplePlotTable
1 2 3 4 5 |
data |
The data.frame that should be displayed |
col_names |
The column headers to display, defaults to data's colnames |
row_names |
The row headers to display, defaults to data's rownames |
A new SimplePlotTaböe
1 2 3 4 5 | table <- new_SimplePlotTable(mtcars)
renamed_table <- new_SimplePlotTable(
mtcars[, c("mpg", "cyl")],
col_names=c("Miles/gallon", "Cylinders"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.