File: penguins.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (2)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/penguins.R
\docType{data}
\name{penguins}
\alias{penguins}
\title{Palmer Station penguin data}
\source{
Gorman KB, Williams TD, Fraser WR (2014) Ecological Sexual Dimorphism
and Environmental Variability within a Community of Antarctic Penguins
(\emph{Genus Pygoscelis}). PLoS ONE 9(3): e90081.
\doi{10.1371/journal.pone.0090081}

\url{https://github.com/allisonhorst/palmerpenguins}
}
\value{
\item{penguins}{a tibble}
}
\description{
A data set from Gorman, Williams, and Fraser (2014) containing measurements
from different types of penguins. This version of the data was retrieved from
Allison Horst's \code{palmerpenguins} package on 2020-06-22.
}
\examples{
data(penguins)
str(penguins)
}
\keyword{datasets}