CxCy: Plots for Continuous independent and dependent variables

Description Usage Arguments Value

View source: R/plots_funcs.R

Description

This function is used by [plottr()] when both the dependent and independent variables are continuous. This function can be used as a template to define a custom function

Usage

1
CxCy(dat, xname, yname, ...)

Arguments

dat

a data.frame with two columns (including the dependent)

xname

name of independent (x) variable in dat

yname

name of dependent (y) variable in dat

...

required

Value

a grob of plot


analyzer documentation built on July 1, 2020, 10:02 p.m.