Last data update: 2014.03.03

R: Writes the results of a MEET detection to HTML.
writeResultsHTMLR Documentation

Writes the results of a MEET detection to HTML.

Description

This function writes the results of a MEET detection step into an HTML file.

Usage

writeResultsHTML(resultsMEET, fileName='index.html')

Arguments

resultsMEET

The results previously got from a detection performed using MEET.

fileName

The name of the file to where write the HTML content. By default it is initialized to index.html

Details

This function creates the HTML file in the working directory.

Author(s)

Marco Paulo Seco <marco.paulo.secoatestudiant.upc.edu>

See Also

MEET, detection

Results