powered by
Draw quantile-quantile plot
qqPlot(x, linecolor = "red", xlab = NULL, ylab = NULL, title = NULL, ...)
A numeric vector
character line color
character label for x axis
character label for y axis
character label for plot title
Further arguments to be passed to geom_qq()
# NOT RUN { qqPlot(rnorm(200)) qqPlot(rt(200, df = 5)) # }
Run the code above in your browser using DataLab