gforge / forestplot

Advanced forest plots in R using grid graphics
43 stars 15 forks source link

Move all plot to print method #48

Closed gforge closed 2 years ago

gforge commented 2 years ago

All prints are now located within the plot function. This should help with chaining features and makes plotting multiple objects much more flexible.

Also added null defaults to all arguments instead of relying on missing()