-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathSpotVA1.Rd
42 lines (39 loc) · 1.23 KB
/
SpotVA1.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
33
34
35
36
37
38
39
40
41
42
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SpotVA1.R
\docType{data}
\name{SpotVA1}
\alias{SpotVA1}
\title{Age and length of spot.}
\format{
A data frame of 403 observations on the following 2 variables:
\describe{
\item{tl}{Measured total lengths (in inches)}
\item{age}{Ages assigned from examination of otoliths}
}
}
\source{
Extracted from Table 1 in Chapter 8 (Spot) of the VMRC Final Report on Finfish Ageing, 2002 by the Center for Quantitative Fisheries Ecology at Old Dominion University. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSA/master/data-raw/SpotVA1.csv}{CSV file}
}
\description{
Ages (from otoliths) and lengths of Virginia Spot (\emph{Leiostomus xanthurus}).
}
\details{
Final length measurements were simulated by adding a uniform error to the value at the beginning of the length category.
}
\section{Topic(s)}{
\itemize{
\item Growth
\item von Bertalanffy
}
}
\examples{
str(SpotVA1)
head(SpotVA1)
plot(tl~age,data=SpotVA1)
}
\seealso{
Used in \code{\link{vbFuns}}, \code{\link{vbStarts}}, and \code{\link{nlsTracePlot}} examples. Also see \code{\link[FSAdata]{SpotVA2}} in \pkg{FSAdata} for related data.
}
\concept{Growth}
\concept{von Bertalanffy}
\keyword{datasets}