#' A function to create 11 different pch symbols for plotting
#'
#' This function creates 11 different pch symbols for plotting.
#' @keywords plot pch 11 different
#' @return a vector of pch values
#' @export
#' @examples ch.get11diffPchs()
ch.get11diffPchs <- function () {
out <- c(15,16,17,18, 0, 1, 2, 3, 4, 5, 6)
return(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.