File: covers.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 (23 lines) | stat: -rw-r--r-- 601 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/covers.R
\docType{data}
\name{covers}
\alias{covers}
\title{Raw cover type data}
\source{
https://archive.ics.uci.edu/ml/machine-learning-databases/covtype/covtype.info
}
\value{
\item{covers}{a data frame}
}
\description{
These data are raw data describing different types of forest cover-types
from the UCI Machine Learning Database (see link below). There is one
column in the data that has a few difference pieces of textual
information (of variable lengths).
}
\examples{
data(covers)
str(covers)
}
\keyword{datasets}