Description Usage Arguments Value Author(s) See Also Examples
Plots a trace of (portions of) data loaded from an ABF2 file.
1 2 3 4 5 |
x |
An |
adc |
Index of the ADC channel to plot from. |
time |
Optional specifier of a time range to be plotted. By default the full trace is used. If a single numeric
value is provided here, it specifies the end time, with the plot starting from the beginning of the trace.
Otherwise the trace is plotted from the |
pts |
The maximum number of sample points to plot. If the trace actually contains fewer samples than this, that smaller number will be plotted. If, as is more common, the trace contains many more samples, it is downsampled to this number of points. |
type |
The plot type (see |
col |
The colour with which the trace should be plotted. |
vtags |
Whether to draw lines indicating any voltage changes included in the file tags. |
ctags |
Whether to draw lines indicating non-voltage tags. |
vcol |
Line colour with which voltage tag indicators should be drawn. |
ccol |
Line colour with which non-voltage tag indicators should be drawn. |
vlty |
Line type with which voltage tag indicators should be drawn. |
clty |
Line type with which non-voltage tag indicators should be drawn. |
xlab |
Label for the x-axis of the plot. |
ylab |
Label for the y-axis of the plot. If |
vText |
String indicating where a text label for voltage change indicators should be drawn. If this is
|
vtunits |
Whether to include units in voltage change labels (if any). |
vtcol |
Colour to draw the voltage change labels (if any). |
vtpad |
Padding added to the plot to account for voltage change labels. Alternate label positions are also offset up and down by a fraction of this amount to mitigate against overlap when voltage changes occur close together. |
... |
Additional parameters passed to |
None.
Matthew Caldwell <m.caldwell@ucl.ac.uk>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.