857 B
857 B
visualizeR 0.1.4.9000
hbar()gains a new boolean argumentreverseto pass topal_reach()orpal_agora(), indicating if the color palette should be reversed or not.
visualizeR 0.1.3.9000
- Small change to
hbar(): removes error arg withinsimplevis::gg_hbar()call.
visualizeR 0.1.2.9000
- There was a duplicate
scale_color()function, which should have been and is nowscale_fill()
visualizeR 0.1.1.9000
- Added two horizontal bar functions:
hbar(),hbar_percent()(#3) - Added some internals to check for missing columns and bad arguments (#3)
- Modified some
theme_reach()documentation - Add
buffer_bbox()function to produce a buffered bbox, e.g. for use withtmap
visualizeR 0.1.0
- Added a
NEWS.mdfile to track changes to the package - Initiate repo