Description Usage Arguments Value Examples
Calculate empirical P(Lower <= Conductance <= Upper) of a segment.
| 1 | segment.pconductance_range(segment, lower = 0, upper = Inf)
 | 
| segment | the segment object | 
| lower | lower bound on conductance (defaults to 0) | 
| upper | upper bound on conductance (defaults to infinity) | 
The probability of being in these conductance states
| 1 2 3 4 5 6 | # It's more likely that you created states or dwells with some function
states  <-  c(0,    0.2,    0,    1,    0,  0.5,    0,  0.7,    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.pconductance_range(my_burst, lower=0.5, upper=0.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.