
Package index
Primary functions
All highdir plots start with a call to hd(), either using a specification created with hd_spec() or defined directly inside hd(). You then layer geoms and options using +. See the examples under each geom below for concrete usage patterns.
-
hd() - Initialise a Composable highdir Figure
-
hd_geom_arearange() - Add an Arearange (Confidence Band) Layer
-
hd_geom_column() - Column Geometry Layer for hd Objects
-
hd_geom_line() - Line Geometry Layer for hd Objects
-
hd_geom_pie() - Pie Geometry Layer for hd Objects
-
hd_geom_ranked_bar() - Ranked bar geometry
-
hd_geom_scatter() - Scatter Geometry Layer for hd Objects
-
hd_geom_stacked_column() - Stacked Column Geometry Layer
-
list_backends() - List Registered Backends
-
register_backend() - Register a Rendering Backend and used when loding in zzz.R file
-
hd_theme() - Build a Highcharts Theme Object
-
gg_theme() - Build a ggplot2 Theme Object
-
hd_set_theme() - Set Package-Wide Style Defaults
-
list_palettes() - List Registered Palettes
-
get_palette() - Retrieve a Named Palette
-
register_palette() - Register a Named Colour Palette
-
`+`(<hd>) - Add Layers to an hd Object
-
list_geoms() - List Registered Geometries
-
geom_args() - Show Arguments for a Geometry
-
register_geom() - Register a Geometry
-
print(<hd>) - Render an hd Object
-
hd_add_js() - Inject JavaScript into a Highcharts Widget