R/main.R

#' cn for plot
#' @export
#' @examples
#' plot(1:10, xlab="X轴", ylab="Y轴", main="标题")
cnfont <- function()
{
  message("you can plot with cn font.")
}
zengfengbo/cnfont documentation built on May 15, 2019, 1:42 p.m.