plot_profiles: Plot profiling information on profile level.

Description Usage Arguments Details Note Author(s) References See Also Examples

View source: R/plot.sprof.R

Description

Various plots of a profile.

Usage

1
2
3
plot_profiles(x, which = c(1L, 2L, 3L, 4L), col, 
ask = prod(par("mfcol")) < length(which) && dev.interactive(), 
src = NULL, ...)

Arguments

x

preferably a sprof object. Other data structures may be extended

which

Selector of plots to show.

col

Colour table

ask

boolean. Ask for a new page?

src

String to be used as source identifier.

...

passed.

Details

Plots are from this collection:

Note

See the vignette of package sprof.

Author(s)

G<c3><bc>nther Sawitzki <gsawitzki@users.r-forge.r-project.org>

References

See the vignette of package sprof.

See Also

plot.sprof.

Examples

1
2
3
4
 data(sprof01lm)
 oldpar <- par(mfrow=c(2,2))
 plot_profiles(sprof01lm) 
 par(oldpar)

sprof documentation built on May 2, 2019, 4:45 p.m.