Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotBatchData

Plot ELISA data for one batch


Description

Plot the individual batch data for visualization.

Usage

plotBatchData(batch, graph.file = NULL)

Arguments

batch

batch data objects with either raw or analyzed data.

graph.file

characters as the output graph file name. If specified, a SVG (*.svg) graph will be saved to the disk. Otherwise, the graph will be send to the stdout.

Details

If the data has been analysed, a fitted line will be drawn too.

Value

characters which is the graph file name, if graph.file is specified. NULL otherwise.

Examples

#load the library
library(ELISAtools)

#get file folder
dir_file<-system.file("extdata", package="ELISAtools")

#load the data
batches<-loadData(file.path(dir_file,"design.txt"))

#plot the raw batch 1 data
plotBatchData(batches[[1]]);

ELISAtools

ELISA Data Analysis with Batch Correction

v0.1.5
MIT + file LICENSE
Authors
Feng Feng [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.