Nothing
srtcor <-
function(core,p,q,r)
{#give core pointers
#coreptr=array(sort(abs(core),index.return=T,decreasing=T)$ix,c(p,q,r)) #pointers to the greatest absolute value in core
coreptr=sort(abs(core),index.return=T,decreasing=T)$ix #pointers to the greatest absolute value in core
#coreord=array(sort(abs(core),index.return=T,decreasing=T)$x,c(p,q,r))
list(coreptr=coreptr)
}
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.