champignons {sageR} | R Documentation |
Caractéristiques de champignons
Description
Caractéristiques de 1000 champignons.
Usage
champignons
Format
A data frame with 1000 observations on the following 8 variables.
- num_champ
a numeric vector. Numéro du champignon.
- classes
a factor with levels
comestible
veneneux
. Classes.- couleur_chapeau
a factor with levels
blanc
gris
jaune
marron
rouge
. Couleur du chapeau.- contusions
a factor with levels
abime
non
. Contusions.- odeur
a factor with levels
amande
anis
apre
inodore
. Odeur du champignon.- espacement_lamelle
a factor with levels
ferme
serre
. Espacement des lamelles.- couleur_tige_dessus
a factor with levels
blanc
gris
rose
. Couleur du dessus de la tige.- habitat
a factor with levels
foret
pelouse
prairies
sentier
urbain
. Habitat.
Examples
data(champignons)
str(champignons)
summary(champignons)
[Package sageR version 0.6.1 Index]