Learn R Programming

RJSplot (version 2.7)

report_rjs: Create a report web page.

Description

report_rjs creates a report web page.

Usage

report_rjs(dir = "RJSreport")
addCSS2report(report,css)
addHTML2report(report,HTML)
addParagraph2report(report,p)
addPlot2report(report,plot,height=600)
addImage2report(report,img)

Arguments

dir

a "character" string representing the directory where the report will be saved.

report

a RJSreport object produced by the function report_rjs.

css

a character string representing the CSS path to be added.

HTML

a character string giving the HTML code to be added.

p

a character string giving the new paragraph to be added.

plot

a character string representing the plot directory to be added.

height

an integer vector giving a default height of the plot.

img

a character string representing the image path to be added.

Value

The function creates a folder in your computer with an HTML document named index.html which contains the report. This file can be directly opened with your browser.

See Also

The ‘RJSplot’ Website: https://rjsplot.usal.es

dendrogram_rjs, densityplot_rjs, genomemap_rjs, heatmap_rjs, manhattan_rjs, network_rjs, scatterplot_rjs, symheatmap_rjs, wordcloud_rjs, boxplot_rjs, bubbles_rjs, hiveplot_rjs, piechart_rjs, barplot_rjs, tables_rjs, surface3d_rjs, scatter3d_rjs.