e_qq {loadeR}R Documentation

Qplot + Qline

Description

Qplot + Qline

Usage

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

Arguments

data

a numeric column of a data.frame.

colorpoint

a color for the points.

colorline

a color for the line.

Value

echarts4r plot.

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

e_qq(iris$Sepal.Length)


[Package loadeR version 1.2.0 Index]