zeeman: Measurements from Zeeman's Catastrophe Machine

Description Usage Format Details Source References Examples

Description

Data sets with measurements from different physical instances of Zeeman's Catastrophe Machine

Usage

1
2
3

Format

A data frame with 150/198/282 observations on the following 3 variables.

x

a control plane variable that are manipulable by the experimentalist

y

a control plane variable that are manipulable by the experimentalist

z

the state variable of the machine: the shortest distance to the longitudinal axis of the machine

Details

The behavior Zeeman's catastrophe machine is archetypal for the Cusp catastrophe. This device consists of a wheel is tethered by an elastic chord to a fixed point. Another elastic, also attached to the wheel is moved about in the ‘control plane’ area opposite to the fixed point. The shortest distance between the strap point on the wheel and the axis defined by the fixed point and the control plane is recorded as a function of the position in the control plane. (In the original machine the angle between this axis and the line through the wheel center and the strap point is used.) See http://www.math.sunysb.edu/~tony/whatsnew/column/catastrophe-0600/cusp4.html for a vivid demonstration. These data sets were obtained from 3 different physical instances of this machine, made by different people.

Measurements were made by systematically sampling different points in the control plane.

See vignette for example analysis with all three data sets.

For pictures of the machines, see

http://purl.oclc.org/net/rgrasman/cusp/zeeman1

http://purl.oclc.org/net/rgrasman/cusp/zeeman2

http://purl.oclc.org/net/rgrasman/cusp/zeeman3

Source

zeeman1

is due to Noemi Schuurman

zeeman2

is due to Karin Visser

zeeman3

is due to Mats Nagel & Joris ?

References

Zeeman (1976).

Examples

1
2
3
4
5
6
7
8
9
data(zeeman1)
data(zeeman2)
data(zeeman3)
## Not run: 
fit <- cusp(y~z, alpha~x+y, beta~x+y, data=zeeman1)
plot(fit)
cusp3d(fit, surf.hue = 40, theta=215, phi=37.5, B=5.25)

## End(Not run)

Example output



cusp documentation built on May 2, 2019, 6:51 p.m.