R/ch.get11diffPchs.r

#' 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)
}
ccpluncw/ccpl_R_chutils documentation built on Nov. 22, 2024, 5:18 a.m.