qq_plot {MultiDataSet} | R Documentation |
Function to draw a QQ Plot from a vector of numbers
qq_plot(values, show.lambda = TRUE)
values |
Numeric vector of P.Values |
show.lambda |
(default: |
An object obtained from ggplot.
data(rset) rst <- getAssociation(rset, rid = 1, fNames = NULL) qq_plot(rst$P.Value)