xyplothelper: xyplothelper

View source: R/helper-functions.R

xyplothelperR Documentation

xyplothelper

Description

Simple helper for ploting xy dispersion points.

Usage

xyplothelper(d, x, y, title = NULL)

Arguments

d

A data frame.

x

A string with the dataframe column name for x axis

y

A string with the dataframe column name for y axis

title

The optional plot title. May be omited.

Value

A ggplot2 plot object


evoper documentation built on Jan. 28, 2026, 5:06 p.m.

Related to xyplothelper in evoper...