View source: R/deeplearningtable.R
DeepLearningTable | R Documentation |
Creates a pretty formattable table for variable importance of a deep learning network.
DeepLearningTable(
values,
column.labels = "Variable Importance",
order.values = TRUE,
title = "",
subtitle = "",
footer = ""
)
values |
A named vector of values |
column.labels |
Title of column |
order.values |
Specifies whether the values in the table are sorted |
title |
The title for the table. |
subtitle |
Subtitle for the table. |
footer |
Text to place in the footer of the table. |
This is based on code written by Kenton Russell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.