plotTransactionRateImpactOnDynamicContentResponse {WebAnalytics}R Documentation

Generate a plot of mean transaction rate by interval against dynamic content response

Description

Calls plotByRate internally to generate a rate plot.

Usage

plotTransactionRateImpactOnDynamicContentResponse(b)

Arguments

b

a transaction data frame created by logFileRead or logFileListRead

Value

Returns an R base graphics plot. This function is intended to be wrapped in a call to plotSave

Author(s)

Greg Hunt <greg@firmansyah.com>

See Also

plotByRate savePlot logFileRead logFileListRead

Examples


logFileName = logFileNamesGetLast(dataDirectory=datd, 
  directoryNames=c(".", "."), 
  fileNamePattern="*[.]log")[[1]]

cols = logFileFieldsGetIIS(logFileName)

logdf = logFileRead(logFileName, columnList=cols, 
            logTimeZone = "", timeFormat = "")

plotTransactionRateImpactOnDynamicContentResponse(logdf)


[Package WebAnalytics version 0.9.12 Index]