plotWriteFilenameToLaTexFile | R Documentation |
Writes an includegraphic element to the brew-generated LaTeX file. Written to be used in a series of nested calls as shown in the example.
plotWriteFilenameToLaTexFile(graphicFileName)
graphicFileName |
The name of the file to be included in the LaTeX |
Does not return a value
Greg Hunt <greg@firmansyah.com>
logFileName = logFileNamesGetLast(dataDirectory=datd,
directoryNames=c(".", "."),
fileNamePattern="*[.]log")[[1]]
cols = logFileFieldsGetIIS(logFileName)
logdf = logFileRead(logFileName, columnList=cols,
logTimeZone = "", timeFormat = "")
plotWriteFilenameToLaTexFile(plotSaveGG(plotErrorRateByHour(logdf),"xxx", "eps"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.