Learn R Programming

ICtest (version 0.3-7)

rOMEGA: Greek Letter Omega Shaped Bivariate Data Generation

Description

A function to generate bivariate data with the scatterplot resembling the greek letter Omega.

Usage

rOMEGA(n)

Value

A n times 2 matrix

Arguments

n

the sample size.

Author

Klaus Nordhausen, Joni Virta

Examples

Run this code
x <- rOMEGA(1000)

plot(x)

Run the code above in your browser using DataLab