plot.predALK: Plot a predicted ALK

Description Usage Arguments

View source: R/barrierPlot.R

Description

Plot a predicted ALK

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'predALK'
plot(
  x,
  lwd = 2,
  type = "l",
  ylab = "Proportion",
  xlab = "Length (CM)",
  col = NULL,
  lty = seq_len(length(colors)),
  ...,
  rawALK = NULL,
  plotFreq = FALSE,
  autoLen = TRUE
)

Arguments

x

the predALK object to plot

...

the options to pass onto matplot

rawALK

the rawALK proportions object to plot with the predicted one


jgbabyn/barrierALK documentation built on Dec. 20, 2021, 11:09 p.m.