DeepLearningTable: DeepLearningTable

View source: R/deeplearningtable.R

DeepLearningTableR Documentation

DeepLearningTable

Description

Creates a pretty formattable table for variable importance of a deep learning network.

Usage

DeepLearningTable(
  values,
  column.labels = "Variable Importance",
  order.values = TRUE,
  title = "",
  subtitle = "",
  footer = ""
)

Arguments

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.

References

This is based on code written by Kenton Russell.


NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.