TOE {PASWR2} | R Documentation |
Nuclear Energy
Description
Nuclear energy (in TOE, tons of oil equivalent) produced in 12 randomly selected European countries during 2003
Usage
TOE
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
ggplot(data = TOE, aes(x = energy)) + geom_density(color = "red", alpha = 0.3,
fill = "pink")
[Package PASWR2 version 1.0.5 Index]