Description Usage Arguments Value Examples
View source: R/InfographicPlot.R
This method will prepare a 4x graphical plot summarising user data with an emphasis on visualisation
1 2 | infoGraphicPlot4(identifier, panelA, panelB, panelC,
panelD, 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 |
panelD |
see panelA |
reportDPI |
resolution for plot |
link to a figure for display
1 2 3 4 5 6 | library(emojifont)
infoGraphicPlot4(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'),
panelD=c(key='Average Identity', value='96.2 %', icon='fa-info'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.