Learn R Programming

pbdPROF (version 0.2-1)

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", "stat2", "messages1", "message2", and "counts".
label
The label for the plot title.
bar.label
show labeled legend.

See Also

prof-class, read.prof