cornerPlane: Corner Plane

Description Usage Arguments Value Author(s) Examples

Description

Generates a sample from a uniform distribution on a bent plane. Half of the plane is in the xz-plane and half of the plane is bent over the x-axis, so that the resulting surface has an edge along the x-axis.

Usage

1
cornerPlane(Ns, theta = pi/4)

Arguments

Ns

number of data points.

theta

angle at the x-axis.

Value

A Ns x 3 matrix with columns x, y and z.

Author(s)

Kerstin Johnsson, Lund University

Examples

1
2
3
4
datap <- cornerPlane(400)
par(mfrow = c(1, 2))
plot(datap[,1], datap[,2])
plot(datap[,1], datap[,3])

kjohnsson/intrinsicDimension documentation built on June 4, 2019, 8:05 p.m.