plot-rnet.L1.set: plot() method for summarizing L1 StARS section objects

Description Usage Arguments

Description

plot() method for summarizing L1 StARS section objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'rnet.L1.set,ANY'
plot(
  x,
  ylim = c(0, 0.25),
  ylim_m = c(0, 0.5),
  col = "blue",
  col_m = "red",
  lty = 1,
  lty_m = NULL,
  lwd = 2,
  lwd_m = NULL,
  mar = c(5, 4, 4, 4),
  ...
)

Arguments

x

An rnet.L1.set object

ylim

plot(ylim) for stability plot

ylim_m

plot(ylim) for density plot

col

plot(col) for stability plot

col_m

plot(col) for density plot#'

lty

plot(lty) for stability plot

lty_m

plot(lty) for density plot, defaults to lty

lwd

plot(lwd) for stability plot

lwd_m

plot(lwd) for density plot, defaults to lwd

mar

margins for plot.

...

Other arguments passed to plot


EpidemiologyDVM/duke-rnet-quick documentation built on Dec. 17, 2021, 7:20 p.m.