Learn R Programming

fda (version 2.4.0)

pinch: pinch force data

Description

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

Usage

pinch
pinchraw
pinchtime

Arguments

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.

Details

Measurements every 2 milliseconds.

Examples

Run this code
matplot (pinchtime, pinchraw, type="l", lty=1, cex=2,
         col=1, lwd=1,  xlab = "Seconds", ylab="Force (N)")
abline(h=2, lty=2)

matplot (pinchtime, pinch, type="l", lty=1, cex=2,
         col=1, lwd=1,  xlab = "Seconds", ylab="Force (N)")
abline(h=2, v=0.075, lty=2)

Run the code above in your browser using DataLab