View source: R/phase2_memory.R
panel_dist2d | R Documentation |
Visualizate the data distribution across nodes of 2D structured data
panel_dist2d(
data,
legend = data$config$dist2d$legend,
base_size = data$config$base_size,
expand_x = data$config$expand
)
data |
starvz_data with trace data |
legend |
enable/disable legends |
base_size |
base_size base font size |
expand_x |
expand size for scale_x_continuous padding |
A ggplot object
panel_dist2d(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.