pinch {fda}R Documentation

pinch force data

Description

151 measurements of pinch force during 20 replications, registered, with time from start of measurement.

Usage

pinch
pinchtime

Format

pinch
Matrix of dimension c(151, 20) = 20 replications of measuring pinch force every 2 milliseconds for 300 milliseconds.
pinchtime
time in seconds from the start = seq(0, 0.3, 151) = every 2 milliseconds.

Details

Measurements every 2 milliseconds.

Source

Ramsay, James O., and Silverman, Bernard W. (2006), Functional Data Analysis, 2nd ed., Springer, New York, p. 13, Figure 1.11, pp. 22-23, Figure 2.2, and p. 144, Figure 7.13.

Examples

  plot(pinchtime, pinch[, 1], type="b")

[Package fda version 2.0.5 Index]