plot.ElementRatio: plot an ElementRatio object

Description Usage Arguments

Description

plot an ElementRatio object

Usage

1
2
3
4
5
## S3 method for class 'ElementRatio'
plot(x, morelines = NULL, sd = 1,
  main = paste0(x$mobile, "/", x$immobile), rotate = TRUE, log = TRUE,
  ci.lty = 3, range = NA, responselabel = if (log) sprintf("log(%s/%s)",
  x$mobile, x$immobile) else paste0(x$mobile, "/", x$immobile), ...)

Arguments

x

object

morelines

also add lines from this ElementRatio object

sd

how many sd out to put the lines

main

title of plot

rotate

should the plot be rotated to have depth on vertical axis

log

to put on log scale or not

ci.lty

line type of confidence intervals

range

how wide the range of the axis should be; set to NA to set automatically

responselabel

label of response axis

...

additional parameters sent to plot


AaronRendahl/WeatheringTrends documentation built on May 5, 2019, 11:42 a.m.