Releases: adayim/forestploter
Releases · adayim/forestploter
forestploter 1.1.2
- Draw reference line and other vertical lines below whiskers.
- Allow minor ticks and groups for diamond shapes.
- Able to change legend size.
- Able to change all graphical parameters of title, legends, x-axis, arrow labs, footnote and reference line.
forestploter 1.1.1
- Improved
ticks_digits
auto calculation. - Remove self righteousness cell height adjustment.
- Able to change the fontsize and alignment of the
xlab
. - Miss seplled
backgroud
parameter inadd_grob
.
forestploter 1.1.0
- New function
make_boxplot
to draw boxplot inside the plot. forest
now accepts custom CI functions and Summary functions.
forestploter 1.0.0
- New function
add_grob
. add_text
andinsert_text
can parse math symbol.edit_plot
accepts more paramters.- Point size in the forestplot will no longer be transformed.
- Summary fill will inherit the summary color in the
forest_theme
function. - Better vignettes.
- Fix an issue in with ticks digits in
forest
.
forestploter 0.2.1
- Fixed bug of point estimation not showing.
- Able to change the color of the CI now.
forestploter 0.2.0
- Improve calculation of
szies
.
forestploter 0.1.8
- Added options for arrows for alignment and other controls.
- Added
x_trans
options for different scales of x-axis. - Added
get_wh
for saving plots. xlog
has been deprecated, should be define inx_trans
.
forestploter 0.1.7
- Fixed minor issue in inserting text.
- Able to suppress legend
forestploter 0.1.5
- Fixed issues with checks for zeros if
xlog=TRUE
. - Different reference line, x-axis label, xlog, vertical line, xlim, x-axis ticks and arrow label is possible for different CI columns.
- Able to add x-axis label.
forestploter 0.1.4
- Fixed issues with xlim calculation.
- Fixed bug in theme setting axis cex not used.
- Added some unit tests.