View source: R/phase2_memory.R
panel_memory_state | R Documentation |
Show memory events
panel_memory_state(
data = NULL,
combined = data$config$memory$combined,
legend = data$config$memory$legend,
base_size = data$config$base_size,
expand_x = data$config$expand,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
show_state_total = data$config$memory$state$total,
show_transfer_total = data$config$memory$transfer$total
)
data |
starvz_data with trace data |
combined |
shows links |
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 |
show_state_total |
Show the percentage of selected state |
show_transfer_total |
Show total transfer amount |
A ggplot object
panel_memory_state(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.