View source: R/phase2_memory.R
multiple_snaps | R Documentation |
Create multiple visualizations of memory Useful for continuing views
multiple_snaps(
data = NULL,
start = 0,
end = 1000,
step = 100,
path = ".",
scale = 8,
width = 4,
height = 3
)
data |
starvz_data with trace data |
start |
start time |
end |
end time |
step |
between snaps |
path |
path to save files |
scale |
for ggsave |
width |
for ggsave |
height |
for ggsave |
A ggplot object
## Not run:
multiple_snaps(data = starvz_sample_lu, 100, 200, 10, ".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.