Calculate_IV | R Documentation |
This function is deprecated. Please use BuildStimRespPlot instead.
This function averages PRecording objects by Trace, Sweep or Time. If X is a PCollection. then does so for each recording stored in the object.
Calculate_IV(
X,
X_FROM,
X_TO,
ReturnPObject = T,
ITrace = "I-mon",
VTrace = "V-mon",
x_D_FROM = NA,
X_D_TO = NA
)
X |
a PRecording object |
X_FROM , X_TO , x_D_FROM , X_D_TO |
Time points to perform averaging for IV prodcution |
ReturnPObject |
whether to return results as a PRecording with an additional, computed trace. If set to |
ITrace , VTrace |
Name of the traces/channels containig Current(I) and and Voltage(V) |
a matrix or PRecording with IV base::matrix and ggplot2::ggplot stored in the MetaData and Plot slot, resp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.