Learn R Programming

BSDA (version 1.01)

Soccer: Weights of 25 soccer players

Description

Data for Exercise 1.46

Usage

Soccer

Arguments

Format

A data frame with 25 observations on the following variable.

weight

a numeric vector

Examples

Run this code
# NOT RUN {
str(Soccer)
attach(Soccer)
stem(weight,scale=2)
hist(weight,breaks=seq(110,210,10),col="orange",
main="Problem 1.46 \n Weights of Soccer Players",right=FALSE)
detach(Soccer)
# }

Run the code above in your browser using DataLab