reg_plot: Make regression plot.

Description Usage Arguments

View source: R/reg_plot.R

Description

Make regression plot with intervals.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
reg_plot(
  .data,
  .mapping = ggplot2::aes(x = x, y = y, ymin = lwr, ymax = upr, shape = shape, ...),
  .breaks = scales::breaks_extended(n = n),
  .linetype = "dashed",
  .size,
  .xlab,
  .shape_val,
  .ylab
)

Arguments

.data

data

.mapping

mapping, wrapping by aes(), augments passing through geom_***.

.breaks

number of break

.xlab

title of x axis

.ylab

title of y axis


Hide-Fun/gglab documentation built on Dec. 31, 2020, 1 p.m.