readIGNSplot: To read the image file

Description Usage Arguments Details Value Author(s) Examples

View source: R/readIGNSplot.R

Description

Function readIGNSplot reads the raw image file and generates the plot of signal (intensity vs index)

Usage

1
readIGNSplot(Imagefile)

Arguments

Imagefile

well cutted .jpeg image of lateral flow strip

Details

Allows the user to read in the .jpeg image of lateral flow strip and generates the signal in the form of the plot (intensity vs index)

Value

plot of signal intensity vs index

Author(s)

Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de

Examples

1
2
3
##To read and plot the signal of lateral flow assay strip
file <- system.file("exData", "Serum30nM_2.JPG", package = "GNSplex")
readIGNSplot(file)

NPhogat/GNSplex documentation built on May 8, 2020, 9:28 p.m.