Learn R Programming

pbdPROF (version 0.2-3)

Plot: Plotting

Description

Plot methods for prof class objects.

Usage

## S3 method for class 'prof':
plot(x, ..., which=1L:4L, show.title=TRUE, 
                        plot.type="timing", label, bar.label=FALSE)
  ## S3 method for class 'prof':
autoplot(object, ...)

Arguments

x
prof class object
object
prof class object
...
extra arguments
which
Vector consisting of a subset of the integers 1, 2, 3, 4. Determines which plots will be produced.
show.title
Logical; determines whether or not the plot title will be shown.
plot.type
for profiling mpiP including "timing", "stats1", "stats2", "messages1", and "messages2".
label
The label for the plot title. Should be a character string or left missing for the default.
bar.label
logical; indicates whether or not numeric values of heights of barplots should be included should .

See Also

prof-class, read.prof