ggcorr: Plot scatterplot with CCC and ab-line overlaid

View source: R/ggcorr.R

ggcorrR Documentation

Plot scatterplot with CCC and ab-line overlaid

Description

Plot scatterplot with CCC and ab-line overlaid

character. Title, appended by the CCC estimate and 95

Usage

ggcorr(data, title, trans = NULL, lab = NULL)

Arguments

data

dataframe. Has columns group and y, which specify the grouping variable and response variable, respectively.

trans

'sqrt' or 'log'. Transformation to be applied before both calculating CCC and displaying data.

character.

Name of column in data that contains labels for points. Uses ggrepel::geom_text_repel. If NULL, then no labels are plotted. Default is NULL.


MiguelRodo/ggccc documentation built on Nov. 11, 2023, 11:48 a.m.