Learn R Programming

Momocs (version 0.1-01)

bottles dataset: Two "bottles" datasets of outlines and harmonic coefficients.

Description

Two datasets are provided. First, bottles.cont contains 20 whisky and 20 beer bottles full outlines coordinates. Then, bottles.nef consists of a Nef object obtained with default parameters (32 harmonics, no smoothing) on bottles.cont.

Usage

data(bottles.cont)
data(bottles.nef)

Arguments

format

A Coo- class object that contains in the slot @coo, the lists of $(x; y)$ coordinates. A Nef-class object that contains in the slot @coeff, the matrix of harmonic coefficients.

source

Images grabbed on the internet and prepared by the package's authors.

Examples

Run this code
data(bottles.cont)
bottles.cont

data(bottles.nef)
bottles.nef

Run the code above in your browser using DataLab