View source: R/plotTransactionRateImpactOnDynamicContentResponse.R
plotTransactionRateImpactOnDynamicContentResponse | R Documentation |
Calls plotByRate
internally to generate a rate plot.
plotTransactionRateImpactOnDynamicContentResponse(b)
b |
a transaction data frame created by |
Returns an R base graphics plot. This function is intended to be wrapped in a call to plotSave
Greg Hunt <greg@firmansyah.com>
plotByRate
savePlot
logFileRead
logFileListRead
logFileName = logFileNamesGetLast(dataDirectory=datd,
directoryNames=c(".", "."),
fileNamePattern="*[.]log")[[1]]
cols = logFileFieldsGetIIS(logFileName)
logdf = logFileRead(logFileName, columnList=cols,
logTimeZone = "", timeFormat = "")
plotTransactionRateImpactOnDynamicContentResponse(logdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.