powered by
A generic function which by produces a qq-plot of some data. By default, it uses stats::qqplot().
stats::qqplot()
qqplot.dfts: Creates normal QQ plots on the principal components of functional data.
qqplot(x, ...)# S3 method for default qqplot(x, ...)# S3 method for dfts qqplot( x, TVE = 0.95, d.max = NULL, alpha = 0.05, changes = NULL, legend = FALSE, ... )
# S3 method for default qqplot(x, ...)
# S3 method for dfts qqplot( x, TVE = 0.95, d.max = NULL, alpha = 0.05, changes = NULL, legend = FALSE, ... )
qqplot.default: returns results from stats::qqplot().
qqplot.dfts: ggplot2 for QQ plot.
A dfts object. See dfts().
dfts()
Additional parameters based on the data.
Numeric in [0,1] giving the total variance explained for selecting the number of principal components.
Max number of principal components. No max when NULL.
Significance level, alpha in [0,1].
Vector of change points.
Boolean indicating if legend should be shown on plot.
result <- qqplot(electricity, d.max = 3)
Run the code above in your browser using DataLab