check_start_end: Check Start End

Description Usage Arguments Details Value Author(s) Examples

Description

Check Start End

Usage

1
check_start_end(input.df = tecc, start.time = 0, end.time = 60)

Arguments

input.df

This data.frame holds the observations.

start.time

The first time to check for.

end.time

The second time to check for.

Details

Used in quality control, this function checks if there are observations for two given timepoints (e.g. t=0 and t=60). It's used in processing two electrode current clamp files.

Value

input.df

Author(s)

Daniel Kick (daniel.r.kick@protonmail.com)

Examples

1
check_start_end(input.df = tecc, start.time = 0, end.time = 60)

danielkick/esynvmod documentation built on May 17, 2019, 7:02 p.m.