Displaying 2 results from an estimated 2 matches for "llscript".
Did you mean:
ldscript
2010 Jul 14
2
qplot in ggplot2 not working any longer - (what did I do?)
...o_1.6-3 vegan_1.17-3
[10] ggplot2_0.8.8 proto_0.3-8 reshape_0.8.3
[13] plyr_0.1.9
.Rprofile:
#source USGS graphing function for base data
source("~/R_scripts/USGS.R")
source("~/R_scripts/publication_ggplot2_theme.R")
source("~/R_scripts/llScript.R")
#set help_type
options(help_type="html")
#exit to get around anoying q behavior
exit <- function(save="no"){q(save=save)}
#most used libraries
library(ggplot2)
library(vegan)
library(StreamMetabolism)
#allow gpclib package to be used
gpclibPermit()
--
Stephe...
2010 Jul 14
0
.Rprofile interfering with update.packages()
...o_1.6-3 vegan_1.17-3
[10] ggplot2_0.8.8 proto_0.3-8 reshape_0.8.3
[13] plyr_0.1.9
.Rprofile:
#source USGS graphing function for base data
source("~/R_scripts/USGS.R")
source("~/R_scripts/publication_ggplot2_theme.R")
source("~/R_scripts/llScript.R")
#set help_type
options(help_type="html")
#exit to get around anoying q behavior
exit <- function(save="no"){q(save=save)}
#most used libraries
library(ggplot2)
library(vegan)
library(StreamMetabolism)
#allow gpclib package to be used
gpclibPermit()
--
Stephen...