Learn R Programming

regressoR (version 2.0.1)

e_qq: Qplot + Qline

Description

Qplot + Qline

Usage

e_qq(data, colorpoint = "steelblue", colorline = "gray")

Value

echarts4r plot

Arguments

data

a numeric column of a data.frame.

colorpoint

a color for the points.

colorline

a color for the line.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
e_qq(iris$Sepal.Length)

Run the code above in your browser using DataLab