Learn R Programming

ggBubbles (version 0.1.4)

MusicianInterests: Survey about genre interests of some hobby musicians

Description

Tibble of what genre they are interested in, what instrument they play and what level the play their instrument at (1 = beginner, 2 = intermediate, 3 = experienced, 4 = very experienced, 5 = pro). Also there is an ID for the musician.

Usage

data(MusicianInterests)

Arguments

Format

An object of class "data.frame";

Examples

Run this code
# NOT RUN {
library(ggBubbles)
data(MusicianInterests)
head(MusicianInterests)
# }

Run the code above in your browser using DataLab