File: msleep.Rd

package info (click to toggle)
r-cran-ggplot2 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,412 kB
  • sloc: sh: 9; makefile: 1
file content (36 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download
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
% Generated by roxygen2 (4.0.1): do not edit by hand
\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}
\usage{
data(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.

\itemize{
  \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
}
}
\keyword{datasets}