CropValue: Crop undesired values from an abf object

Description Usage Arguments Value

Description

All values larger than max_value or smaller than min_value are replaced by NA during the process, which helps better plotting and ruling out undesired features such as sudden peak. Use with caution.

Usage

1
CropValue(abf, channel, max_value, min_value)

Arguments

abf

an abf object.

channel

the channel to crop values.

max_value

OPTIONAL, max allowed value

min_value

OPTIONAL, min allowed value

Value

an abf object with values cropped.


Crystal-YWu/abftools documentation built on May 10, 2019, 8:22 a.m.