infoGraphicPlot4: prepare a 4x infographic-styled summary plot

Description Usage Arguments Value Examples

View source: R/InfographicPlot.R

Description

This method will prepare a 4x graphical plot summarising user data with an emphasis on visualisation

Usage

1
2
infoGraphicPlot4(identifier, panelA, panelB, panelC,
    panelD, reportDPI = 90)

Arguments

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

Value

link to a figure for display

Examples

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'))

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.