CxCy {analyzer}R Documentation

Plots for Continuous independent and dependent variables

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

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


[Package analyzer version 1.0.1 Index]