e_qq {forecasteR} | 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 forecasteR version 2.0.2 Index]