Nothing
spmOrth<-function(a){
x<-a[,1]
for (i in 2:ncol(a)){
D = a[,i]
qr<-qr(x)
D = qr.resid(qr,D)
x<-cbind(x,D)
}
return(x)
}
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.