line_plot: A custom line plot with optional vertical line

View source: R/plot.R

line_plotR Documentation

A custom line plot with optional vertical line

Description

A custom line plot with optional vertical line

Usage

line_plot(df, x, y, xintercept = NULL)

Arguments

df

data source

x

variable for horizontal axis

y

variable for vertical axis

xintercept

optional value in horizontal axis to highlight

Value

a ggplot2::ggplot object


visxhclust documentation built on March 31, 2023, 7:30 p.m.