View source: R/phase2_memory.R
panel_memory_snap | R Documentation |
Visualizate memory in a specific time
panel_memory_snap(
data,
selected_time,
step,
legend = data$config$memory_snap$legend,
base_size = data$config$base_size,
expand_x = data$config$expand,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
tasks_size = 30
)
data |
starvz_data with trace data |
selected_time |
time |
step |
for discreate events |
legend |
enable/disable legends |
base_size |
base_size base font size |
expand_x |
expand size for scale_x_continuous padding |
x_start |
X-axis start value |
x_end |
X-axis end value |
tasks_size |
size of tasks in the visualization |
A ggplot object
panel_memory_snap(data = starvz_sample_lu, 100, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.