Learn R Programming

ICtest (version 0.3-5)

rMU: Greek Letter mu Shaped Bivariate Data Generation

Description

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

Usage

rMU(n)

Arguments

n

the sample size.

Value

A n times 2 matrix

Examples

Run this code
# NOT RUN {
x <- rMU(1000)

plot(x)
# }

Run the code above in your browser using DataLab