Description Usage Arguments Value Author(s) See Also Examples
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.
1 | reportHTML(object, filename, extension, directory, Title, ...)
|
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 |
extension |
see |
directory |
the full or relative path to the directory where the
results are going to be stored. See also |
Title |
See |
... |
additional parameters passed to the functions internally called by the actual methods. |
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.
Christophe Pouzat christophe.pouzat@gmail.com
reportHTML.spikeTrain
,
reportHTML.repeatedTrain
,
reportHTML.gam
1 | ##
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.