# ----------------------------------------------------# # R in Action (2nd ed): Chapter 3 # # Getting started with graphs # # requires that the Hmisc and RColorBrewer packages # # have been installed # # install.packages(c("Hmisc", "RColorB…
# ----------------------------------------------------# # R in Action (2nd ed): Chapter 3 # # Getting started with graphs # # requires that the Hmisc and RColorBrewer packages # # have been installed # # install.packages(c("Hmisc", "RColorB…
# ----------------------------------------------------# # R in Action (2nd ed): Chapter 3 # # Getting started with graphs # # requires that the Hmisc and RColorBrewer packages # # have been installed # # install.packages(c("Hmisc", "RColorB…
#-----------------------------------# # R in Action (2nd ed): Chapter 5 # # Advanced data management # # requires that the reshape2 # # package has been installed # # install.packages("reshape2") # #-----------------------------------# # Class R…
#-----------------------------------# # R in Action (2nd ed): Chapter 5 # # Advanced data management # # requires that the reshape2 # # package has been installed # # install.packages("reshape2") # #-----------------------------------# # Class R…
#---------------------------------------------------------# # R in Action (2nd ed): Chapter 4 # # Basic data management # # requires that the reshape2 and sqldf packages have # # been installed # # install.packages(c('reshape2', 'sqldf')) # #--------…
#---------------------------------------------------------# # R in Action (2nd ed): Chapter 4 # # Basic data management # # requires that the reshape2 and sqldf packages have # # been installed # # install.packages(c('reshape2', 'sqldf')) # #--------…