Displaying 1 result from an estimated 1 matches for "mycumulative".
Did you mean:
cumulative
2008 Apr 13
1
.Rprofile, date tagging history, loading packages
...setwd("/myRfolder")
myPackages <- c("car","foreign","hexbin",
"ggplot2","gmodels","gplots", "Hmisc",
"lattice", "reshape","ggplot2","Rcmdr")
utils::loadhistory(file = "myCumulative.Rhistory")
# Load packages automatically below.
local({
myOriginal <- getOption("defaultPackages")
# Edit next line to include your favorites.
myAutoLoads <- c("Hmisc","ggplot2")
myBoth <- c(myOriginal,myAutoLoads)
options(defaultPacka...