The R Project SVN R

Rev

Rev 68948 | Rev 88548 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 75006
Line 1... Line 1...
1
% File src/library/datasets/man/trees.Rd
1
% File src/library/datasets/man/trees.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{trees}
6
\name{trees}
7
\docType{data}
7
\docType{data}
8
\alias{trees}
8
\alias{trees}
9
\title{Girth, Height and Volume for Black Cherry Trees}
9
\title{Diameter, Height and Volume for Black Cherry Trees}
10
\description{
10
\description{
11
  This data set provides measurements of the girth, height and volume
11
  This data set provides measurements of the diameter, height and volume
12
  of timber in 31 felled black cherry trees.  Note that girth is the
12
  of timber in 31 felled black cherry trees.  Note that the diameter (in inches) is erroneously 
13
  diameter of the tree (in inches) measured at 4 ft 6 in above the
13
  labelled Girth in the data. It is measured at 4 ft 6 in above the ground.
14
  ground.
-
 
15
}
14
}
16
\usage{trees}
15
\usage{trees}
17
\format{
16
\format{
18
  A data frame with 31 observations on 3 variables.
17
  A data frame with 31 observations on 3 variables.
19
  \tabular{rlll}{
18
  \tabular{rlll}{
20
    \code{[,1]} \tab \code{Girth} \tab numeric
19
    \code{[,1]} \tab \code{Girth} \tab numeric
21
    \tab Tree diameter in inches\cr
20
    \tab Tree diameter (rather than girth, actually) in inches\cr
22
    \code{[,2]} \tab \code{Height}\tab numeric
21
    \code{[,2]} \tab \code{Height}\tab numeric
23
    \tab Height in ft\cr
22
    \tab Height in ft\cr
24
    \code{[,3]} \tab \code{Volume}\tab numeric
23
    \code{[,3]} \tab \code{Volume}\tab numeric
25
    \tab Volume of timber in cubic ft\cr}
24
    \tab Volume of timber in cubic ft\cr}
26
}
25
}