Home
last modified time | relevance | path

Searched refs:chunkprefix (Results 1 – 3 of 3) sorted by relevance

/dports/math/R/R-4.1.2/src/library/utils/R/
H A DSweaveDrivers.R98 grDevices::pdf(file = paste0(chunkprefix, ".pdf"),
108 grDevices::png(filename = paste0(chunkprefix, ".png"),
183 chunkprefix <- RweaveChunkPrefix(options) functionVar
187 chunkout <- object$chunkout[chunkprefix][[1L]]
191 object$chunkout[[chunkprefix]] <- chunkout
272 if(!grepl(.SweaveValidFilenameRegexp, chunkprefix))
276 devs[[1L]](name = chunkprefix,
741 chunkprefix <- RweaveChunkPrefix(options) functionVar
744 if(!grepl(.SweaveValidFilenameRegexp, chunkprefix))
750 chunkout <- object$chunkout[chunkprefix][[1L]]
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DSweaveDrivers.R98 grDevices::pdf(file = paste0(chunkprefix, ".pdf"),
108 grDevices::png(filename = paste0(chunkprefix, ".png"),
183 chunkprefix <- RweaveChunkPrefix(options) functionVar
187 chunkout <- object$chunkout[chunkprefix][[1L]]
191 object$chunkout[[chunkprefix]] <- chunkout
272 if(!grepl(.SweaveValidFilenameRegexp, chunkprefix))
276 devs[[1L]](name = chunkprefix,
741 chunkprefix <- RweaveChunkPrefix(options) functionVar
744 if(!grepl(.SweaveValidFilenameRegexp, chunkprefix))
750 chunkout <- object$chunkout[chunkprefix][[1L]]
[all …]
/dports/textproc/R-cran-R2HTML/R2HTML/R/
H A DRweaveHTML.R57 chunkprefix <- RweaveChunkPrefix(options) functionVar
60 chunkout <- object$chunkout[[chunkprefix]]
62 chunkout <- file(paste(chunkprefix, "html", sep="."), "w")
64 object$chunkout[[chunkprefix]] <- chunkout
153 …png(filename=paste(chunkprefix, "png", sep="."),width=options$width,height=options$height,bg=optio…
162 …img height=",options$HTMLheight, " width=",options$HTMLwidth," src='", chunkprefix, ".png'",if (!i…