ggpoints: Do something

Description Usage Author(s) Examples

View source: R/ggpoints.r

Description

Do something

Usage

1
ggpoints(x, y, droite = FALSE, nomx = NULL, nomy = NULL)

Author(s)

JuG

Examples

1
2
3
x <- rnorm(n=20, mean=10)
y <- rnorm(n=20, mean=15)
ggpoints(x,y, droite = T, nomx = "X-axis")

jgodet/gmrcfun documentation built on June 2, 2020, 8:19 p.m.