ggh4x 0.1.2
- Updated functions for ggplot2 v3.3.0 (#1)
- Fixed compatibility issue for facet_nested() and patchwork (#4)
- Fixed bug in facet_nested(bleed = FALSE) (#7)
- Added scale_(x/y)_dendrogram() and associated guide guide_dendro() (#1)
- Added guide_axis_nested() and convenience function weave_factors() (#3)
- Added guide_axis_minor() for minor break tickmarks
- Added guide_axis_logticks for logarithmic tickmarks
- Added element_part_rect() for using rectangles with a subset of edges as theme element (#13).
- Added stat_rollingkernel() for different smoothing lines.
- Added stat_rle() for runlength calculation.
- Fixed bug in geom_pointpath() (#15)
- Fixed scale_(x/y)_dendrogram so that labels are passed from scale (#17)
- geom_pointpath() now curves with nonlinear coordinates (#15).
- Added stat_funxy(), stat_centroid() and stat_midpoint() (#16).
- Added facet_wrap2() with few extensions.
- Added facet_nested_wrap() for merging strips (#19)
- Alternative specification of facet scales in
facetted_pos_scales
through formulas (#25).
- Added option to discard dendrogram labels (#23).
- Added coloured text legend (stringlegend, #31).
- Added truncated axis guide.
- Supported axis truncation in other position guides too.
ggh4x 0.1.1
- Package should be in usable state
- Added facet_nested()
- Added facetted_pos_scales()
- Added geom_pointpath()
- Added geom_rectrug()
- Added position_disjoint_ranges()
- Added position_lineartrans()
- Added scale_listed()
- Added scale_(fill/colour)_multi()
- Added stat_theodensity()
ggh4x 0.0.1
- Added a
NEWS.md
file to track changes to the package.
- Initialised repository skeleton