Description Usage Arguments Value Examples
View source: R/InfographicPlot.R
This method will prepare a 3x graphical plot summarising user data with an emphasis on visualisation
1 2 | infoGraphicPlot3(identifier, panelA, panelB, panelC,
reportDPI = 90)
|
identifier |
a key for the plot |
panelA |
information for panel1 in format of panelA=c(key=”, value=”, icon=”) |
panelB |
see panelA |
panelC |
see panelA |
reportDPI |
resolution for plot |
link to a figure for display
1 2 3 4 5 | library(emojifont)
infoGraphicPlot3(identifier='mappingSummary',
panelA=c(key='Alignments', value='123456', icon='fa-sliders'),
panelB=c(key='Mapping Yield', value='680M', icon='fa-calculator'),
panelC=c(key='Average Accuracy', value='89.0 %', icon='fa-area-chart'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.