zeeman {cusp} | R Documentation |
Data sets with measurements from different physical instances of Zeeman's Catastrophe Machine
data(zeeman1) data(zeeman2) data(zeeman3)
A data frame with 150/198/282 observations on the following 3 variables.
x
y
z
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
zeeman1
zeeman2
zeeman3
Zeeman (1976).
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)