plot.jnt: Plot jnt Object

Description Usage Arguments Details Author(s) Examples

View source: R/plot.jnt.R

Description

Plot jnt Object

Usage

1
2
## S3 method for class 'jnt'
plot(x, reg_lty = 1, jnt_lty = 2, col_signif = "red", plot_range = TRUE, ...)

Arguments

x

Object of class jnt

reg_lty

Line type for regression lines. Defaults to 1.

jnt_lty

Line type for range of insignificant differences. Defaults to 2.

col_signif

Color for bars denoting range of insignificance. Defaults to "red."

plot_range

logical. If TRUE (the default) the range of insignificance is plotted.

...

Additional parameters passed to ggplot (e.g., lwd, pch, xlab, ylab).

Details

Plot object returned by jnt.

Author(s)

Kevin Middleton middletonk@missouri.edu

Examples

1

kmiddleton/jnt documentation built on Feb. 28, 2021, 5:27 a.m.