ddplot: Generalization of QQplot with depth measures

Description Usage Arguments Value Examples

View source: R/ddplot.R

Description

Generalization of QQplot with depth measures

Usage

1
ddplot(x, y, colorx = "#e8e7e3", colory, method = "Tukey")

Arguments

x

First dataframe

y

Second dataframe

colorx

HEX color of points from first dataframe (Default = "#e8e7e3")

colory

HEX color of points from second dataframe (or just TRUE for defaults)

method

One of the available depth functions (Default = "Tukey")

Value

ggplot

Examples

1
ddplot(df.1, df.2, colory = "#ff0000")

fr-pscz/theme_bray documentation built on Dec. 20, 2021, 8:50 a.m.