QuickPlot_IVSummary: Quick plot an IV Summary table

Description Usage Arguments Value

Description

Quick plot an IV Summary table

Usage

1
2
3
4
QuickPlot_IVSummary(df_summary, title = NULL, legend_title = NULL,
  zero_intercept = TRUE, zero_axes = TRUE, line_size = 0.5,
  marker_size = line_size * 4, err_bar_size = line_size/1.5,
  err_bar_width = marker_size * 1.5)

Arguments

df_summary

an IV summary table from IVSummary()

title

OPTIONAL, title of the plot

legend_title

OPTIONAL, if multiple IV summaries are to plot, title of the legend.

zero_intercept

whether to add zero intercepts to the plot.

zero_axes

whether to plot axes at 0.

line_size

size of lines

marker_size

size of markers

err_bar_size

size of error bar

err_bar_width

width of error bar

Value

a ggplot object.


Crystal-YWu/abftools documentation built on May 10, 2019, 8:22 a.m.