plot_lm: Plots xvar against yvar, and title is the P-value

Description Usage Arguments Value Examples

View source: R/plot_lm.R

Description

Plots xvar against yvar, and title is the P-value

Usage

1
plot_lm(df, xvar, yvar)

Arguments

df

data frame for ggplotting

character

of yvariable name

Value

a ggplot object

Examples

1
plot_lm(df, 'xvariable', 'yvariable')

syyang93/yangR documentation built on March 1, 2021, 4:55 p.m.