line_plot: Line Plot

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Line Plot

Usage

1
line_plot(data, xvar, yvar, byvar, xlab = "", ylab = "")

Arguments

data

Dataset (cleaned)

xvar

Variable on x axis (continous or factor)

yvar

Variable on y axis (continuous or factor)

xlab

Axis label for x axis

ylab

Axis label for y axis

Value

Plot

Examples

1
2
3
ds %>%
  dplyr::filter(SID < 1050 ) %>%
  line_plot("fVN", "UDBP", "SID", "Visit Number", "UDBP")

windyzn/urinaryDBP documentation built on May 4, 2019, 6:32 a.m.