Learn R Programming

STAR (version 0.3-7)

reportHTML: Generic Function for Automatic HTML Report Generation

Description

When a standard analysis is applied to some object it is useful to keep all the plots and summaries related to that analysis in a single place where they can be easily accessed and visualized. An html file containing the report of this analysis is ideally suited for that. The methods reportHTML generate such reports.

Usage

reportHTML(object, filename, extension, directory, Title, ...)

Arguments

object
an object from which the report is going to be generated, perhaps following some standard analysis procedure.
filename
a character string. The generic name of all the files (html, png as well as R data files which will be generated. See also HTMLInitFile.
extension
directory
the full or relative path to the directory where the results are going to be stored. See also HTMLInitFile.
Title
See HTMLInitFile. If missing a default value baed on filename is provided.
...
additional parameters passed to the functions internally called by the actual methods.

Value

Nothing is returned, an html file and figures in png format are written to disk together with the R variables generated during the analysis , if an analysis was performed.

See Also

reportHTML.spikeTrain, reportHTML.repeatedTrain, reportHTML.gam

Examples

Run this code
##

Run the code above in your browser using DataLab