aseries: Determine the width and height of the ISO216 A and B series...

View source: R/papersize.R

aseriesR Documentation

Determine the width and height of the ISO216 A and B series of paper

Description

Determine the width and height of the ISO216 A and B series of paper

Usage

aseries(n, floor = TRUE)

bseries(n)

Arguments

n

is an integer from 0 to 10

floor

returns an integer by taking the floor of the result

Value

a vector containing the width and height

Functions

  • aseries(): A paper size

  • bseries(): B paper sizes

Examples

aseries(4) # Return A4 size paper
bseries(5) # Return B5 size paper

gnishihara/gnnlab documentation built on April 13, 2025, 5:48 p.m.