powered by
Calculate Bivariate Quantiles
brpl(data, var1, var2, tau = 0.5, nalpha = 100)
An object of class brplPlot
Input data frame (tibbles and other data.frame variants are automatically converted to data.frame)
Name of first variable
Name of second variable
Quantile level (default: 0.5)
Number of alpha values (default: 100)
df_data <- data.frame(x = 1:10, y = 1:10) result <- brpl(df_data, "x", "y")
Run the code above in your browser using DataLab