posterGuides | R Documentation |
Given the size (width) of a poster, the size of the inner and outer margins and the number of columns, this function returns the location of guides.
All arguments except 'ncolumns' should be in the same unit.
posterGuides(size = 279.4, outermargins = 10, innermargins = 5, ncolumns = 3)
size |
The size (usually width) of the poster |
outermargins |
The width of the outer margins |
innermargins |
The width of the margins in between columns |
ncolumns |
The number of columns that should appear on the poster |
a vector of coordinates for guides
# the default values use the width of a landscape 'letter' in mm
# with outer margins of 10 mm, and inner margins of 5 mm
# and 3 columns
posterGuides()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.