An R function library to create scientific figures and markdown reports easily. Update v2.9.5
Major update of MarkdownReports
Major (mostly) backward compatible changes, fixes and updates
- See All updated function definitions in the wiki:
- F.A.Q.-&-Trouble-shooting:
- Browse the wiki for other resources.
Among others, new / updated functions:
- Default report sharing is now .pdf, that can be exported from markdown, thus .png link insertion is FALSE by default.
- Can directly compress tabular (.tsv) files as written out.
- Image links to the markdown file are handled globally, and in many functions automatically, given the context (i.e. always = F when plotting multiple plots into a .pdf by
pdfA4plot_on
). - Quickly add legends by the
wlegend
function using color schemes generated by the newwcolorize
function. - Terminology:
- the
any_print
function is renamed toiprint
for better auto-completion. - internal functions are consistently named as:
md.functionality
- background variables are consistently named as:
b.variable_name
- the
- Table of contents mark can be added for using with Typora.