Nothing
################################################################################
# pchlist(): Plotting an overview of available pch values (ca package 0.70)
################################################################################
pchlist <- function(){
plot(rep(1:16, each = 16), rep(1:16, 16), pch = 1:256, axes = FALSE, xlab = "", ylab = "")
box()
}
################################################################################
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.