calcTS: 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
calcTS(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 (default 20)

charMultiplicationFactorInPixels

Size of a char in the browser in pixels (default 8)

tableHeightInPixels

Height of the table rows in pixels (default 32)

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.