R/pchlist.r

################################################################################
# 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()
  }
################################################################################

Try the ca package in your browser

Any scripts or data that you put into this service are public.

ca documentation built on May 2, 2019, 6:12 p.m.