Package index
-
glyph() - Create a Glyph Visualization
-
print(<glyph_spec>) - Auto-render when printed (like ggplot2)
-
marks - Visual Marks
-
mark_area() - Add an area mark
-
mark_bar() - Add a bar mark
-
mark_line() - Add a line mark
-
mark_link() - Add a link/edge mark (for networks, sankeys, slope graphs)
-
mark_point() - Add a point mark (scatterplot)
-
mark_ribbon() - Add a ribbon/band mark (for confidence intervals, ranges)
-
mark_rule() - Add a rule (reference line) mark
-
mark_text() - Add a text/label mark
-
interactivity - First-Class Interactivity
-
interact() - Add interactive behaviors to a glyph spec
-
selection() - Add a selection parameter (advanced)
-
scale() - Define a scale for an aesthetic channel
-
scale_color()scale_log()scale_time() - Scales
-
theming - Token-Based Theming
-
theme_tokens() - Set theme tokens
-
titles() - Add a title, subtitle, or caption
-
layout - Layout Composition
-
compose() - Compose multiple glyph specs into a layout
-
marginals() - Add a marginal plot (histogram/density on axes)
-
inset() - Add an inset plot
-
facet() - Facet a plot by one or two variables
-
rendering - Rendering Pipeline
-
compile() - Compile a glyph spec to a resolved representation
-
render() - Render a glyph spec as an htmlwidget
-
export() - Export to various formats
-
to_vegalite() - Export the spec as Vega-Lite JSON (interop)