plot.LT50: Plot LT50 regression curves of given data.

Description Usage Arguments Details Author(s)

View source: R/LT50s.R

Description

Plot LT50s and return results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S3 method for class 'LT50'
plot(
  dt,
  point.plot = TRUE,
  se.plot = TRUE,
  se.alpha = 0.2,
  labels = NULL,
  show.cols = NA,
  cex.point = 1,
  cex.legend = 1,
  legend.pos = "bottomleft",
  xlab = expression(paste("Temperature (", degree, "C)")),
  ylab = "Electrolyte Leakage (%)",
  xlim = NULL,
  lwd = 1,
  lty = NULL,
  col = NULL,
  pch = NULL,
  ...
)

Arguments

dt

The result of getLT50s() with 'all.info=TRUE'.

point.plot

If TRUE (default), plot data points.

se.plot

If TRUE (default), plot 95% confidential intervals.

se.alpha

Opacity of se shadows.

labels

Replace sample names if set.

show.cols

Sample columns to show in figure.

cex.point

cex for data points.

cex.legend

cex for legends.

legend.pos

lengend position

xlab

Same as 'plot' function.

ylab

Same as 'plot' function.

xlim

Same as 'plot' function.

lwd

Same as 'plot' function.

lty

Same as 'plot' function.

col

Same as 'plot' function.

pch

Same as 'plot' function.

...

Other parameters pass to 'plot' function.

Details

Calculation of LT50 with EL data using SSlogis fitting function, returning results of LT50, 95% CI and R values

Author(s)

ZG Zhao


zgzhao/Xtools documentation built on May 22, 2021, 3:37 a.m.