powered by
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 )
A ggplot object
starvz_data with trace data
start time
end time
between snaps
path to save files
for ggsave
if (FALSE) { multiple_snaps(data = starvz_sample_lu, 100, 200, 10, ".") }
Run the code above in your browser using DataLab