Description Usage Arguments Details Value
Plot IV Summary generated by IVSummary().
| 1 2 3 | 
| ivs | a data.frame generated by IVSummary or a list of such data.frames. | 
| mode | plotting mode, see details for more information. | 
| colour | whether to plot in colour mode. | 
| title | title of the plot. | 
| legend_title | title of the legend (group). | 
| error_bar | whether to plot error bars. | 
| zero_axes | wheter to apply ZeroAxes() to plot. | 
| smooth | wheter to plot b-Spline smoothed lines, see details for more information. | 
| ... | not used. | 
plotting mode can be i, g, spi, spg, which stand for current, conductance, specific current and specific conducatance and the plotting function looks for Current/Conductance/SpCurrent/SpConductance column respectively.
PlotIVSummary() uses basic splines to achieve smoothing. However, b-spline smoothing can be misleading especially when I-V follows logistic and hyperbolic relationship. In these cases, you should always use a suitable fitting formula to smooth.
a ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.