File: msleep.Rd

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download | duplicates (3)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{msleep}
\alias{msleep}
\title{An updated and expanded version of the mammals sleep dataset}
\format{
A data frame with 83 rows and 11 variables:
\describe{
\item{name}{common name}
\item{genus}{}
\item{vore}{carnivore, omnivore or herbivore?}
\item{order}{}
\item{conservation}{the conservation status of the animal}
\item{sleep_total}{total amount of sleep, in hours}
\item{sleep_rem}{rem sleep, in hours}
\item{sleep_cycle}{length of sleep cycle, in hours}
\item{awake}{amount of time spent awake, in hours}
\item{brainwt}{brain weight in kilograms}
\item{bodywt}{body weight in kilograms}
}
}
\usage{
msleep
}
\description{
This is an updated and expanded version of the mammals sleep dataset.
Updated sleep times and weights were taken from V. M. Savage and G. B.
West. A quantitative, theoretical framework for understanding mammalian
sleep. Proceedings of the National Academy of Sciences, 104 (3):1051-1056,
2007.
}
\details{
Additional variables order, conservation status and vore were added from
wikipedia.
}
\keyword{datasets}