mushroom {ggESDA} | R Documentation |
mushroom data example
Description
mushroom interval data example.
Usage
data(mushroom)
Format
An object of class tbl_df
(inherits from tbl
, data.frame
, symbolic_tbl
) with 23 rows and 3 columns.
References
Billard L. and Diday E. (2006).Symbolic data analysis: Conceptual statistics and data mining. Wiley, Chichester.
Examples
data(mushroom)
ggInterval_scatter(mushroom, aes(x = Cap.Widths, y = Stipe.Lengths))
[Package ggESDA version 0.2.0 Index]