myFUN_ggscatter: ggscatter -> GLEIS

Description Usage Arguments Value Examples

Description

plots a ggscatter

Usage

1
2
myFUN_ggscatter(df, xaxis, yaxis, xlab = xaxis, ylab = yaxis,
  regression = "reg.line")

Arguments

df

data.frame where data is stored

xaxis

x column of the data.frame

yaxis

y column of the data.frame

xlab

name of the x-axis; default = xaxis

ylab

name of the y-axis; default = yaxis

regression

method how the regression is done –> reg.line or loess, default = reg.line

Value

return ggscatterplot

Examples

1

agroflavian/GLEIS documentation built on May 18, 2019, 12:24 a.m.