aseries | R Documentation |
Determine the width and height of the ISO216 A and B series of paper
aseries(n, floor = TRUE)
bseries(n)
n |
is an integer from 0 to 10 |
floor |
returns an integer by taking the floor of the result |
a vector containing the width and height
aseries()
: A paper size
bseries()
: B paper sizes
aseries(4) # Return A4 size paper
bseries(5) # Return B5 size paper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.