R/RemoveDot.R

Defines functions RemoveDot

RemoveDot <- function(x)
  gsub("\\.", "-", x)
## change "." to "-" in figPrefix
## The 'latex' macro \code{\\includegraphics} requires that there be no
## \code{"."} in the filename basename.

Try the microplot package in your browser

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

microplot documentation built on March 18, 2022, 7:56 p.m.