abalone | R Documentation |
Example of SODAS XML data file converted in a CSV file in RSDA format.
data(abalone)
An object of class symbolic_tbl
(inherits from tbl_df
, tbl
, data.frame
) with 24 rows and 7 columns.
http://www.info.fundp.ac.be/asso/sodaslink.htm
Bock H-H. and Diday E. (eds.) (2000).Analysis of Symbolic Data. Exploratory methods for extracting statistical information fromcomplex data. Springer, Germany.
data(abalone)
res <- sym.pca(abalone, 'centers')
plot(res, choix = "ind")
plot(res, choix = "var")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.