Skip to contents

Noisy circle data

Usage

data.noisy_circle(n = 1000, radius = 1, sd = 0.1)

Arguments

n

The amount of points in the sample.

radius

The radius of the circle.

sd

The standard deviation.

Value

A tibble.

Examples

X = data.noisy_circle()
plot(X)