File: pollen.Rd

package info (click to toggle)
r-cran-animation 2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,268 kB
  • sloc: javascript: 873; sh: 15; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 882 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/animation-package.R
\docType{data}
\name{pollen}
\alias{pollen}
\title{Synthetic dataset about the geometric features of pollen grains}
\format{
A data frame with 3848 observations on the following 5 variables.
  \describe{ \item{RIDGE}{a numeric vector} \item{NUB}{a numeric vector}
  \item{CRACK}{a numeric vector} \item{WEIGHT}{a numeric vector}
  \item{DENSITY}{a numeric vector} }
}
\source{
collected from Statlib Datasets Archive:
  \url{http://lib.stat.cmu.edu/data-expo/}
}
\description{
There are 3848 observations on 5 variables. From the 1986 ASA Data Exposition
dataset, made up by David Coleman of RCA Labs
}
\examples{
## 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!
}