WhiteSpruce: Height and Diameter of 36 White Spruce trees.

Description Usage Format Examples

Description

A standard scatterplot example from various statistics text books, representing height versus diameter of White Spruce trees.

Usage

1
data("WhiteSpruce")

Format

A data frame with 36 observations on the following 2 variables.

Diameter

Diameter at "breast height" of tree

Height

Height of tree

Examples

1
2
3
4
data(WhiteSpruce)
plot(WhiteSpruce$Diameter,WhiteSpruce$Height)
ans=conspline(WhiteSpruce$Height,WhiteSpruce$Diameter,7)
lines(sort(WhiteSpruce$Diameter),ans$muhat[order(WhiteSpruce$Diameter)])

Example output

Loading required package: coneproj

ConSpline documentation built on May 2, 2019, 12:39 p.m.