Nothing
`head.summary.cca` <-
function(x, n=6, tail = 0, ...) {
print(x, head=n, tail=tail, ...)
}
`tail.summary.cca` <-
function(x, n=6, head = 0, ...) {
print(x, head=head, tail=n, ...)
}
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.