You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The forestplot() now returns an object with raw data that can be manipulated
by subsequent functions prior to plotting. All visual output is now generated
during the actual generation of the graph - this allows saving the plot and
plotting it when explicitly requested. BREAKING - this may be a breaking
feature although most of the old syntax should work without much need for
adaptation.
New additive syntax with:
Row manipulation: fp_insert_row, fp_add_header, and fp_append_row
Style functions: fp_set_style, fp_set_zebra_style, and fp_decorate_graph