Package index
-
show() - Display Interactive MAIDR Plot
-
save_html() - Save Interactive Plot as HTML File
Declaring what a layer means
Functions an author adds to a plot to say what a layer is, where the picture alone cannot say it
-
maidr_gantt() - Declare that a rectangle layer draws a schedule
-
maidr_roc() - Declare that a path layer draws a ROC curve
-
maidr_on() - Enable MAIDR Plot Interception
-
maidr_off() - Disable MAIDR Plot Interception
-
render_maidr() - Render MAIDR Plot in Shiny Server
-
maidr_output() - MAIDR Output Container for Shiny UI
-
maidr_set_fallback() - Configure MAIDR Fallback Behavior
-
maidr_get_fallback() - Get Current MAIDR Fallback Settings
-
maidr_download_dotpad_sdk() - Download the DotPad SDK for use offline
-
run_example() - Run MAIDR Example Plots
-
combine_facet_layer_data() - Combine data from multiple layers in facet processing
-
combine_facet_layer_selectors() - Combine selectors from multiple layers in facet processing
-
extract_leaf_plot_layout() - Extract layout from a single leaf ggplot
-
extract_patchwork_leaves() - Recursively extract leaf ggplots in patchwork addition order
-
find_children_by_type() - Find children matching a type pattern
-
find_graphics_plot_grob() - Find grob by element type pattern
-
find_patchwork_panels() - Discover panels via gtable layout rows named '^panel-
' or '^panel- -
' Returns a data.frame with panel_index, name, t, l, row, col -
generate_robust_css_selector() - Generate robust CSS selector from grob name
-
generate_robust_selector() - Generate robust selector for any element type
-
get_facet_groups() - Get facet group information for a panel
-
map_visual_to_dom_panel() - Map visual panel position to DOM panel name
-
organize_facet_grid() - Organize subplots into 2D grid structure
-
process_facet_panel() - Process a single facet panel
-
process_faceted_plot_data() - Process a faceted plot and return organized subplot data
-
process_patchwork_panel() - Process a single patchwork panel
-
process_patchwork_plot_data() - Process a patchwork plot and return organized subplot data