Learn R Programming

datasetsICR (version 1.0)

flags: flags dataset

Description

Survey on university faculty perceptions and practices of using Wikipedia as a teaching resource.

Usage

data(flags)

Arguments

Format

A data.frame with 194 rows on 29 variables.

Details

The dataset contains details on flags in terms of quantitative and categorical variables, bars, stripes, colours, red, green, blue, gold, white, black, orange, mainhue, circles, crosses, saltires, quarters, sunstars, crescent, triangle, icon, animate, text, topleft, botright. The dataset also contains additional variables, landmass, zone, area, population, language and religion, that can be used for interpreting the clusters once they are found.

References

Dua, D., Graff, C.: UCI Machine Learning Repository. University of California, School of Information and Computer Science, Irvine, CA (2019) Giordani, P., Ferraro, M.B., Martella, F.: An Introduction to Clustering with R. Springer, Singapore (2020)

Examples

Run this code
# NOT RUN {
data(flags)
X <- flags[,7:29]
# }

Run the code above in your browser using DataLab