infoGraphicPlot3: prepare an 3x infographic-styled summary plot

Description Usage Arguments Value Examples

View source: R/InfographicPlot.R

Description

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

Usage

1
2
infoGraphicPlot3(identifier, panelA, panelB, panelC,
    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

reportDPI

resolution for plot

Value

link to a figure for display

Examples

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

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