bursts.subconductance_as: Imposes a fixed conductance level (0 or 1) to all dwells with...

Description Usage Arguments Value Examples

Description

The user specifies the desired level ('open' or 'closed'). The function applies segment.subconductance_as to each segment in the burst. (See segment.subconductance_as for details.)

Usage

1
bursts.subconductance_as(bursts, level)

Arguments

bursts

the list of segments

level

either 'open' or 'closed'

Value

A modified copy of the original burst

Examples

1
2
3
4
5
6
infile <- system.file("extdata", "example4.dwt", package = "scbursts")
dwells <- dwt.read(infile)
dwells_c <- risetime.correct_gaussian(Tr=35.0052278, dwells, units="us")
bursts <- bursts.defined_by_tcrit(dwells_c, 100, units="ms")

bursts_d <- bursts.subconductance_as(bursts, "open")

scbursts documentation built on July 6, 2019, 5:02 p.m.