File: food.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 553 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{food}
\alias{food}
\title{Food consumption}
\format{
A data frame with 16 observations on the following 21 variables.
}
\source{
\url{https://openmv.net/info/food-consumption}
}
\description{
The relative consumption of certain food items in European and Scandinavian countries.
}
\details{
The numbers represent the percentage of the population consuming that food type.
}
\examples{

data(food)
str(food)
aggr(food)

}
\keyword{datasets}