report_rjs creates a report web page.
report_rjs(dir = "RJSreport")
addCSS2report(report,css)
addHTML2report(report,HTML)
addParagraph2report(report,p)
addPlot2report(report,plot,height=600)
addImage2report(report,img)a "character" string representing the directory where the report will be saved.
a RJSreport object produced by the function report_rjs.
a character string representing the CSS path to be added.
a character string giving the HTML code to be added.
a character string giving the new paragraph to be added.
a character string representing the plot directory to be added.
an integer vector giving a default height of the plot.
a character string representing the image path to be added.
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.
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.