Skip to contents

options "A4","A4l","A3","A3l","A2","A2l","A1","A1l","A0","A0l","slide","slidehalf"

Usage

get_plot_dims(canvas)

Arguments

canvas

string defining canvas size "A4" "A4l" for landscape etc.

Value

list of width, height, units

Examples

get_plot_dims("A1")
#> $width
#> [1] 594
#> 
#> $height
#> [1] 841
#> 
#> $units
#> [1] "mm"
#>