Learn R Programming

extracat (version 1.7-6)

agaricus: Mushrooms

Description

Characteristics of more than 8000 mushrooms.

Usage

data("agaricus")

Arguments

Format

A data frame with 8124 observations on the following 23 variables.

classes

a factor with levels edible poisonous

cap_shape

a factor with levels bell conical convex flat knobbed sunken

cap_surface

a factor with levels fibrous grooves scaly smooth

cap_color

a factor with levels brown buff cinnamon gray green pink purple red white yellow

bruises

a factor with levels bruises no

odor

a factor with levels almond anise creosote fishy foul musty none pungent spicy

gill_attachment

a factor with levels attached free

gill_spacing

a factor with levels close crowded

gill_size

a factor with levels broad narrow

gill_color

a factor with levels black brown buff chocolate gray green orange pink purple red white yellow

stalk_shape

a factor with levels enlarging tapering

stalk_root

a factor with levels bulbous club equal rooted

stalk_surface_above_ring

a factor with levels fibrous scaly silky smooth

stalk_surface_below_ring

a factor with levels fibrous scaly silky smooth

stalk_color_above_ring

a factor with levels brown buff cinnamon gray orange pink red white yellow

stalk_color_below_ring

a factor with levels brown buff cinnamon gray orange pink red white yellow

veil_type

a factor with levels partial

veil_color

a factor with levels brown orange white yellow

ring_number

a factor with levels none one two

ring_type

a factor with levels evanescent flaring large none pendant

spore_print_color

a factor with levels black brown buff chocolate green orange purple white yellow

population

a factor with levels abundant clustered numerous scattered several solitary

habitat

a factor with levels grasses leaves meadows paths urban waste woods

Examples

Run this code
# NOT RUN {
data(agaricus)
## maybe str(agaricus) ; plot(agaricus) ...
# }

Run the code above in your browser using DataLab