Skip to content

Default.Figure.Sizes

vertesy edited this page Sep 27, 2017 · 1 revision

Default Figure Sizes are defined by setup_MarkdownReports()

In setup_MarkdownReports, you can specify this by setting b.defSize to any size in inches. Note that it affects relative proportion of legends, etc!

b.defSize = c("def"= 7, "A4" = 8.27, "1col.nature" = 3.50, "2col.nature" = 7.20, "1col.cell" = 3.35, "1.5col.cell" = 4.49, "2col.cell" = 6.85)[1]

Nature’s standard figure sizes are 89 mm (single column) and 183 mm (double column) and the full depth of the page is 247 mm.

Cell press uses three standard widths for figures: 1 column, 85 mm; 1.5 column, 114 mm; and 2 column, 174 mm (the full width of the page).

Figure Type width (mm) width (inch)
1col.nature 89 3.50
2col.nature 183 7.20
1col.cell 85 3.35
1.5col.cell 114 4.49
2col.cell 174 6.85
A4 210 8.27