frapplot: Plot FRAP data of two selected groups

Description Usage Arguments Examples

View source: R/frapplot.R

Description

Plot FRAP data of any two groups (e.g. control and mutant) in a consistent and publishable format.

Usage

1
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 frapprocess().

Examples

1
2
info <- frapprocess(example_dataset, seq(0, 145, 5))
frapplot(tempdir(), "control", "mut2", info)

frapplot documentation built on May 1, 2019, 11:16 p.m.

Related to frapplot in frapplot...