compare_qq: QQ-plot of given two samples using ggplot2

View source: R/utility.R

compare_qqR Documentation

QQ-plot of given two samples using ggplot2

Description

QQ-plot of given two samples using ggplot2

Usage

compare_qq(sample1, sample2, main_title)

Arguments

sample1

matrix of observations in sample 1

sample2

matrix of observations in sample 2

main_title

title of the generated plot

Value

QQ-plot of given samples


QuadratiK documentation built on Oct. 29, 2024, 5:08 p.m.