plot_stacks: Plot profiling information on stack level.

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

View source: R/plot.sprof.R

Description

Various plots of a profile.

Usage

1
2
3
plot_stacks(x, which = c(1L, 2L), 
	ask = prod(par("mfcol")) < length(which) && dev.interactive(), 
	src = NULL, mincount = 5, horiz = FALSE, ...)

Arguments

x

preferably a sprof object. Other data structures may be extended

which

Selector of plots to show.

ask

boolean. Ask for a new page?

src

String to be used as source identifier.

mincount

minimum total frequency count for stack to be shown in barcharts.

horiz

draw horizontal bar plots.

...

passed.

Details

Note: these figures may be outdated. Please run the examples.

Plots are from this collection:

Value

To come.

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_stacks(sprof01lm) 
 par(oldpar)

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