Learn R Programming

PASWR2 (version 1.0.5)

TOE: Nuclear Energy

Description

Nuclear energy (in TOE, tons of oil equivalent) produced in 12 randomly selected European countries during 2003

Usage

TOE

Arguments

Format

A data frame with 12 observations on the following variable:

  • energy (nuclear energy measured in tons of oil equivalent)

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

Run this code
# NOT RUN {
ggplot(data = TOE, aes(x = energy)) + geom_density(color = "red", alpha = 0.3, 
fill = "pink")
# }

Run the code above in your browser using DataLab