-
Notifications
You must be signed in to change notification settings - Fork 607
/
Copy pathFish.Rd
33 lines (32 loc) · 799 Bytes
/
Fish.Rd
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
27
28
29
30
31
32
\name{Fish}
\alias{Fish}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Fishing data}
\description{
Fishing data from visitors to a national park.
}
\usage{
data(Fish)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
}
\format{
\enumerate{
\item fish_caught : Number of fish caught during visit
\item livebait : Whether or not group used livebait to fish
\item camper : Whether or not group had a camper
\item persons : Number of adults in group
\item child : Number of children in group
\item hours : Number of hours group spent in park
}
}
\value{
}
\references{}
\seealso{}
\examples{
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ }