| frapplot {frapplot} | R Documentation | 
Plot FRAP data of two selected groups
Description
Plot FRAP data of any two groups (e.g. control and mutant) in a consistent and publishable format.
Usage
frapplot(path, control, mutant, info)
Arguments
path | 
 Path of the output directory  | 
control | 
 Name of the control.  | 
mutant | 
 Name of the mutant.  | 
info | 
 Returned information from   | 
Examples
info <- frapprocess(example_dataset, seq(0, 145, 5))
frapplot(tempdir(), "control", "mut2", info)
[Package frapplot version 0.1.3 Index]