R/plotBoth.control.R

Defines functions plotBoth.control

Documented in plotBoth.control

.genPlots = TRUE
.embedF = TRUE
.embedFoptions = "-sPAPERSIZE=a4 -dPDFSETTINGS=/printer -dCompatibilityLevel=1.3 -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dEmbedAllFonts=true -dUseCIEColor=true -sProcessColorModel=DeviceGray"

plotBoth.control = function(genPlots = .genPlots, embedF = .embedF, embedFoptions = .embedFoptions){
    .genPlots = genPlots
    .embedF = embedF
    .embeFoptions = embedFoptions
    return(list(genPlots = genPlots, embedF = embedF, embedFoptions = embedFoptions))
}

Try the dafs package in your browser

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

dafs documentation built on April 11, 2022, 5:06 p.m.