Nothing
`setGPNames` <-
function(x, s) {
if (!is.gp.list(x)) {
stop("error: x must be of type gp.list")
}
if (length(s) != x$numGPs) {
stop("s must be same length as x$numGPs")
}
x$names = s
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.