createGVisTableFromDF: Calculates the optimal table size for displaying a data.frame...

Description Usage Arguments Value

Description

Calculates the optimal table size for displaying a data.frame as googleVis table in the html file, when using markdown

Usage

1
2
createGVisTableFromDF(tDF, maxRowsToDisplay = 20,
  charMultiplicationFactorInPixels = 8, tableHeightInPixels = 32)

Arguments

data.frame

that should represent the table to display

maxRowsToDisplay

Maximum number of rows that should be displayed before paging occurs

charMultiplicationFactorInPixels

Size of a char in the browser in pixels

tableHeightInPixels

Height of the table rows in pixels

Value

GvisTable object that can be called with plot() in a code chunk


SimonSchafferer/custom-neuro-ncRNA-microarray documentation built on May 9, 2019, 1:45 p.m.