Learn R Programming

animation (version 2.0-0)

pollen: Synthetic dataset about the geometric features of pollen grains.

Description

Synthetic dataset about the geometric features of pollen grains. There are 3848 observations on 5 variables. From the 1986 ASA Data Exposition dataset, made up by David Coleman of RCA Labs.

Usage

data(pollen)

Arguments

Details

Format: a data frame with 3848 observations on the following 5 variables. [object Object],[object Object],[object Object],[object Object],[object Object] Source: collected from Statlib Datasets Archive: http://stat.cmu.edu/datasets/

Examples

Run this code
data(pollen)

## some dense points in the center?
plot(pollen[, 1:2], pch = 20, col = rgb(0, 0, 0, 0.1))

## see demo('pollen', package = 'animation') for a 3D demo;
##   truth is there!}

Run the code above in your browser using DataLab