Learn R Programming

lmreg (version 1.2)

kinks: Kink bands in rocks

Description

Measurements of an angular dimension (beta angle) found in kink bands of Daling phyllite in the Darjeeling-Sikkim Himalayas.

Usage

data(kinks)

Arguments

Format

A data frame with 100 observations on the following 3 variables.

beta

Beta angle in kink bands (in degrees)

order

Fold order (1 = main fold, 2 = sub-fold, 3,4 = sub-folds of successively higher order)

type

Type of kink band (1 = conjugate, 2 = dextral, 3 = sinistral)

Examples

Run this code
# NOT RUN {
data(kinks)
head(kinks) 
# }

Run the code above in your browser using DataLab