corplot_lr: Creates a point plot, with R and p labels

Description Usage Arguments Value Examples

View source: R/plots_lr.R

Description

Creates a point plot, with R and p labels

Usage

1
2
corplot_lr(data, x, y, color = NULL, shape = NULL, plot = TRUE,
  hjust = -0.1, vjust = 2)

Arguments

data

Input data frame

x

column name, unquoted

y

column name, unquoted

color

column name, unquoted

shape

column name, unquoted

plot

TRUE ... the function plots directly, FALSE ... the function returns a ggplot object for further processing.

Value

ggplot object

Examples

1
lr_corplot(mtcars, "hp", "mpg")

LarsRichter82/larspack documentation built on May 29, 2019, 12:03 p.m.