segment.count_open: Extract number of open dwells. In the case of subconductive...

Description Usage Arguments Value Examples

Description

Extract number of open dwells. In the case of subconductive states, count the number of non-zero states.

Usage

1

Arguments

segment

the segment object

Value

number of open dwells

Examples

1
2
3
4
5
6
# It's more likely that you created states or dwells with some function
states  <-  c(0,      1,    0,    1,    0,    1,    0,    1,    0,    1)
dwells  <-  c(0.1,  1.1,  0.5,  0.2,  1.0,  1.1,  0.6,  1.1,  0.8,  1.1)
my_burst <- segment.create(states, dwells, seg=1, start_time=3.14159, name="example_segment")

segment.count_open(my_burst)

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