drawPlot: Draw a scatter plot

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Draw a scatter plot

Usage

1

Arguments

df

data.frame with x and y columns

Value

ggplot object

Examples

1
2
df <- data.frame(x = 1:10, y = 10:1)
drawPlot(df)

zielink1/rproject documentation built on July 13, 2019, 2:21 p.m.