Nothing
# .First.lib <- function(lib, pkg) {
# .onLoad <- function(lib, pkg) {
.onAttach <- function(lib, pkg) {
conc95<-c(0.,0.25*2^(0:12));
conc133<-c(0.,0.125*2^(0:12));
data(conc133)
data(conc95)
data(SPIKE_IN);
data(SPIKE_INA);
data(SPIKE_INB);
data(SPIKE_INH);
data(SPIKE_IN95);
data(hgu);
##cat(getwd(), "\n", list.files());
##hgu<-read.table("/home/paul/R/R-patched/library/HGU");
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.