Nothing
print.plant3dlist <- function(x, ...){
cat("Yplant - object of class 'plant3dlist'.\n\n")
cat(paste(c(rep("-",30),"\n"),collapse=""))
cat("Number of plants included :", attributes(x)$nplants, "\n")
cat("File names:\n\n")
print(data.frame(Pfile=attributes(x)$pfiles, Lfile=attributes(x)$lfiles))
}
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.