qqplotValues: Calculates quantile values for a Quantile-Quantile plot

View source: R/qqplotValues.R

qqplotValuesR Documentation

Calculates quantile values for a Quantile-Quantile plot

Description

The built-in qqplot function does not work with ggplot2. This just calls the qqplot function to caclulate the quantiles without plotting them.

Usage

qqplotValues(x, y)

Arguments

x

Required. A numeric vector.

y

Required. A numeric vector.

Value

Returns a dataframe with the quantiles of x and y.

Author(s)

Kevin Shook

Examples

quantiles <- qqplotValues(runif(20), runif(50))

CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.