Nothing
print.GSA <- function(x, ...) {
cat("Call:\n")
dput(x$call)
mat1=x$fdr.lo
print("")
print("Negative")
print(mat1, quote = FALSE)
mat2=x$fdr.hi
print("")
print("")
print("Positive")
print(mat2, quote = FALSE)
invisible()
}
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.